.detailed_content { padding: 20px 0px; }
.detailed_date{ padding: 10px 0px; }
.image-sob {	margin-top: 40px; }
h3 {
	font-size: 25px;
	color: #010101;
}
.image-item  { margin-top: 20px; }
.list_image {
	position: relative;
}
.play-btn:hover {
	background: transparent;
}
.play-btn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.53);
}
.play-btn span {
	background: url(/img/play-btn.png) no-repeat center;
	width: 92px;
	height: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -46px;
	margin-left: -46px;
	border-radius: 50%;
	border: 10px solid #fff;
	cursor: pointer;
}