.youtube_channel{float:left;clear:both;position:relative;box-sizing:border-box}

.youtube_channel .ytc_video_container{float:left;position:relative;margin-right:34px;}

.youtube_channel .ytc_video_container:nth-child(even){margin-right:0px;}

.youtube_channel .ytc_video_container iframe{margin-bottom:0}

.youtube_channel .ytc_video_container a{border:none}

.youtube_channel.responsive{width:100%}

.youtube_channel.responsive /*.ytc_video_container{width:auto !important}*/

.youtube_channel.responsive 

.ytc_video_container.ar16_9 

.fluid-width-video-wrapper{position:relative;padding-bottom:56.25%;height:0}

.youtube_channel.responsive .ytc_video_container.ar4_3 

.fluid-width-video-wrapper{position:relative;padding-bottom:75%;height:0}.youtube_channel.responsive .ytc_video_container .fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.youtube_channel .ytc_thumb{display:block;overflow:hidden;position:relative;height:0;width:100%;top:0;right:0;bottom:0;left:0;cursor:pointer}.youtube_channel .ytc_thumb>span{height:0;width:100%;display:block;-webkit-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat}.youtube_channel .ytc_thumb>span:before{content:" ";display:block;width:84px;height:59px;background-image:url(../img/yt_play.png);background-position:top center;background-repeat:no-repeat;background-color:transparent;opacity:.9;position:absolute;top:50%;left:50%;padding:0 !important;margin-left:-42px;margin-top:-30px;cursor:pointer;transform:scale(.85)}.youtube_channel .ytc_thumb:hover>span:before{background-position:bottom center}.youtube_channel .ytc_thumb.ar16_9,.youtube_channel .ytc_thumb.ar16_9>span{padding-bottom:56.26%}.youtube_channel .ytc_thumb.ar4_3,.youtube_channel .ytc_thumb.ar4_3>span{padding-bottom:75%}.youtube_channel .ytc_link{position:relative;clear:both;float:left;width:100%}.youtube_channel .ytc_link>p{padding:0;margin:0}.youtube_channel p.ytc_error{color:#d00}.clearfix:after,.widget_youtube-channel:after,.youtube_channel:after{content:" ";visibility:hidden;display:block;height:0;clear:both}/*# sourceMappingURL=youtube-channel.css.map */
.youtube_channel .ytc_link > p {
	text-align:center;
	background:#C80000;
	padding:10px;
	width:100%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.youtube_channel .ytc_link p:hover {
	text-align:center;
	background:#fff;
	padding:10px;
	width:100%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.youtube_channel .ytc_link p:hover a{
	color:#C80000;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.youtube_channel .ytc_link  p a{
	display:block;
	color:#fff;
	font-size:1.2em;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}