

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news/video/bitrix/news.detail/video/style.css?1727086258860*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.video {
	text-align: center;
	margin-bottom: 20px;
}
.video:after {
  content: "";
  display: table;
  clear: both;
}

.news-date-time {
	font-size: 13px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #999;
}

.youtube_video_embed {
	display: inline-block;
	position: relative;
}
.youtube_video_embed::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 3, 3, .7);
	background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/news/video/bitrix/news.detail/video/../../../images/play.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80px;
	transition: background-color .3s ease;
}
.youtube_video_embed:hover::before {
	background-color: rgba(3, 3, 3, .5);
}
/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/news/video/bitrix/news.detail/video/style.css?1727086258860 */
