.custom.mychannel {
	background: transparent;
}
.custom .videos .title {
	border:none;
	margin:0;
	
	min-width:120px;
	background-size:95% auto;
	background-position: 5px 0px;
	box-sizing: border-box;
	padding: 0 5px;
}
.custom .title .video-title {
	color: #6d6e71;
    background-color: transparent;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom:5px;
	
	height: 55px;
	font-size: 10pt;
}
.custom .showVideoPanel a {
	color: #FFF;
}

.loadMoreVideosBtn, .showVidesBtn  { border: 1px solid black; padding:10px;}

.custom .showVideoPanel {margin:0;}

@media all and (min-width: 1400px) {
.custom .videos .title {width: 20%!important;}
	.custom .title .video-title {margin:135px 0 5px 0;}
}

@media all and (max-width: 1400px) {
.custom .videos .title {width: 20%!important;}
	.custom .title .video-title {margin:135px 0 5px 0;}	
}

@media all and (max-width: 1200px) {
.custom .videos .title {width: 33.33%!important;}
	.custom .title .video-title {margin:170px 0 5px 0;}	
}

@media all and (max-width: 990px) {
	.custom .videos .title {width: 50%!important;}
	.custom .title .video-title {margin:200px 0 5px 0;}
}

@media all and (max-width: 700px) {
	.custom .videos .title {width: 50%!important;}
	.custom .title .video-title {margin:180px 0 5px 0;}
}

@media all and (max-width: 620px) {
	.custom .videos .title {width: 50%!important;}
	.custom .title .video-title {margin:160px 0 5px 0;}
}

@media all and (max-width: 500px) {
	.custom .videos .title {width: 50%!important;}
	.custom .title .video-title {margin:130px 0 5px 0;}
}

@media all and (max-width: 420px) {
	.custom .videos .title {width: 100%!important;	}
	.custom .title .video-title {margin:200px 0 5px 0;}
}
@media all and (max-width: 350px) {
	.custom .videos .title {width: 100%!important;	}
	.custom .title .video-title {margin:180px 0 5px 0;}
}