.art-container {
	min-height: 200px;
}
.art-photo {
	width: 25%;
	height: 100%;
	float: left;
}
.art-photo img {
	width: 100%;
}

.art-artist {
	width: 75%;
	float: left;
}
.artist-wrap {
	margin-left: 20px;
}

.art-artist .artist-name {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px #777 solid;
	margin-bottom: 20px;
	padding-left: 5px;
}

.art-artist .artist-photo {
	width: 20%;
	height: 100%;
	float: left;
}
.art-artist .artist-photo img {
	width: 100%;
}
.art-artist .artist-info {
	width: calc(80% - 20px);
	margin-left: 20px;
	float: left;
}
.art-artist .artist-info table {
	width: 100%;
	border-spacing: 0;
}
.art-artist .artist-info table th {
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}
.art-artist .artist-info table td {
	font-size: 13px;
	color: #929292;
	vertical-align: top;
	padding: 8px;
}

@media (max-width: 600px) {
	.art-photo{width:100%;}
	.art-artist{width:100%;}
	.artist-wrap{margin-left:0px;}
	.art-artist .artist-photo{width:100%; text-align: center;}
	.art-artist .artist-photo img{width:50%;margin-bottom:30px;}

	.art-artist .artist-info{width:100%; margin-left: 0px;}
}