div.media{
	width:100%;
	height:400px;
	display:table;
	position:relative;
	background:black;
}
div.media iframe{
	width:100%;
	height:100%;
}
div.media video{
	width:100%;
	height:100%;
	background:black;
}

div.media .overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



.vedio_row{
	position:relative;
	height:100%;
}
.vedio_list iframe{
	display:none;
}
.vedio_left{
	height:100%;
	min-height:200px;
}
.vedio_left iframe{
	position:absolute;
	height:100%;
	min-height:200px;
}

.vedio_list{
	position:relative;
}

.vedio_list div.media{
	position:relative;
	width:100%;
	height:70px;
}
.vedio_left div.media > .overlay{
	pointer-events: none;
	background:none !important;
}

@media only screen and (min-width:479px){
	.vedio_left iframe{
		position:relative !important;
	}
}

@media only screen and (max-width:768px){
	.vedio_list media video{
		width:auto !important;
	}
}