.box {
	position: relative;
	display: block;
	clear: both;
	padding: 10px 0 10px;
}
	.box:after {
		position: absolute;
		display: block;
		margin-bottom: 30px;
	}
	.box ul {
		position: relative;
		display: block;
		margin-bottom: 15px;
	}
	.box a {
		text-decoration: none;
		color: #000;
	}
	.pic {
		box-sizing: border-box;
		position: relative;
		margin: 0 3% 15px 0;
		z-index: 0;
		font-size: 18px;
		border: 2px solid #d3c8b4;
		border-top-color: #dfd6c6;
		border-bottom-width: 4px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(237,237,237,0.875);
		
		cursor: pointer;
	}
		.pic:hover {
			border-color: #bb040b;
		}


/*	Phone Layout	*/
@media only screen and (max-width: 639px) {
	.box {
		position: relative;
		display: block;
		clear: both;
		padding: 10px 0 60px;
		margin-bottom: 30px;
		background: url(../img/entertainment/filigree-retina.png) no-repeat center bottom;
		background-size: 200px;
	}
	.pic {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px;
		background-size: auto 100%;
	}
	
}
/* */