.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive video{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
		
.thumb {
	margin-top:5px;
	width: 100%;
	max-width: 150px;
	height: auto;
}

.active {
	border-width:2px;
	/*border-color:red;*/
	border-style: solid;
}


.thumbScroll { 
	overflow-x: auto;
	overflow-y: hidden;
	height: 140px;
	white-space:nowrap
} 