/* Mobile fix */
@media only screen and (max-width: 480px) {
	.odds-youtube-video,
	.odds-youtube-video * {
		width: 100% !important;
		padding: 0 0 5px 0;
	}
	#right-sidebar-panel .youtube-channels-widget .content {
		padding: 0 !important;
	}
	
	#main .odds-youtube-video,
	#right-sidebar-panel .odds-youtube-video {
		height: 250px;
	}
}


/* Height in #main content section */
#main .odds-youtube-video {
	height: 350px;
}
/* Height in sidebar */
#right-sidebar-panel .odds-youtube-video {
	height: 250px;
}
/* Padding of widget content */
#right-sidebar-panel .youtube-channels-widget .content {
	padding: 5px;
}
/* Current video */
.odds-youtube-video {
	padding-bottom: 5px;
}

/* Each thumbnail */
.odds-youtube-thumb-wrapper {
	padding-right: 1.15%;
	padding-bottom: 5px;
}
/* Last thumbnail in list */
.odds-youtube-thumb-wrapper.last {
   padding-right: 0 !important;
}

/* Thumbnail images */
.odds-youtube-thumb-wrapper img {
	width: 19%;
}

/* Active and Hover Thumbnail */
.odds-youtube-thumb-wrapper.active img,
.odds-youtube-thumb-wrapper img:hover {
	opacity: 0.6;
}


/* Custom */
/*.clear { clear: both; }*/
.hidden { display: none; }