/* ======================================================================================================================================================
Video
====================================================================================================================================================== */

.punk-video, .punk-iframe-wrap{clear:both; position: relative; margin-bottom:20px; }

.punk-video, .punk-video iframe, .punk-video video{background-color: #000;}

/*responsive iframe trick*/
.punk-video iframe, .js_active .punk-iframe-wrap iframe, div .punk-video .punk-iframe-wrap{position: absolute; width:100%; height:100%; left:0; top:0; padding:0;}
.punk-video-custom{height:0;}
.punk-video-16-9, .js_active .punk-iframe-wrap{padding-bottom: 56.25%; height:0;}
.punk-video-4-3{padding-bottom: 75%; height:0;}

/*html 5 video - always has 100 width and natural height. behaves like image when it comes to aspect ratio*/

video{
	width:100%;
	height:auto;
}

.mejs-layer {
    z-index: 1;
    width: 100% !important;
}

.mejs-layer.mejs-overlay-play{
	height:100% !important;
}

#top .punk-video .mejs-container, 
#top .punk-video .mejs-container video{
	height:100% !important;
	width: 100% !important;
	position: absolute;
}

#top .punk-video .av-click-to-play-overlay{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor: pointer;
	z-index: 1000;
}

#top .punk-video .av-click-to-play-overlay .punk_playpause_icon{
	display: block;
	-webkit-transition: opacity 0.4s ease-out;
	transition: 		opacity 0.4s ease-out;
}

#top .punk-video .av-click-to-play-overlay:hover .punk_playpause_icon{
	opacity: 0.7;
}



.punk-video .mejs-poster, .punk-video{background-position: center center;background-size: cover;}
.punk-video .mejs-poster{position: absolute;
	height:100% !important; width:100% !important; top:0; left:0;
}