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;
}
.clear{
    clear: both;
}
.about__youtube-bg {
    width: auto!important;
    height: auto!important;

}
.about__youtube-card {
	height: auto!important;
}

.about__youtube-slide {
    width: 49%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
	margin-top: 1%;
}


@media (max-width: 992px) {
	.about__youtube-slide {
		width: 100%;
		float: left;
		margin-left: 0%;
		margin-top: 20px;
	}
}
.about__youtube-play_2 {
    position: absolute;
    z-index: 10;
    transition: all 0.3s;
}