.youtube_channel{ width:100%; }
.videoList { text-align:center; }
.videoList .ytc_video_container{ width:24%!important; margin:0.5%;}
.videoList .ytc_video_container:before{ display: none; }
.videoList .ytc_video_container:hover:before{ content: ""; position:absolute; display:block; width:100%; height:100%; top:0px; left:0px; background-color: rgba(0,0,0,0.5); z-index: 1; }
.videoList .fx-hover-content{ top:30%; }
.videoList .fx-hover-content h3 { width:90%; font-size:16px;}
.ytc_title{ display: none; position:absolute; top:20px; width:50%; color: #e77816; font-weight:bold; z-index:2;}
.fx-hover:hover .fx-hover-content{ z-index:10; }  
.fx-hover-content h3{ margin:auto; margin-top:10px; }
.ytc_video_container{ width:33.333333444%; }

@media screen and (max-width:1000px)
{
	.videoList .ytc_video_container{ width:48%!important; margin:0.5%;}
}

@media screen and (max-width:768px)
{
	.videoList .ytc_video_container{ width:100%!important;}
}