

/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?1581465600946*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;	
	    
}
@media (max-width: 870px) {
	.youtube {
		display:block;
	  margin: auto;
	  	  margin-bottom: 25px;
	}
}



.youtube .play {
    background: url(/images/youtube-play-btn.png) no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews/style.css?1581465600946 */
