.video_wrapper h3 {
	color:#fff;
}
input.btn-default {
	background-color: #ef4223;
	color: #fff;
}

.video_wrapper {
	background-image: url( '/typo3conf/ext/video/Resources/Public/Images/ew-sw-bg-grey.png' );
	background-size: cover;
	position: relative;
	height: 400px;
	width: 100%;
}
.video_wrapper .video_trigger {
	padding: 30px 30px;
	/*
	height: -webkit-calc( 100% - 260px );
	height: -moz-calc( 100% - 260px );
	height: -o-calc( 100% - 260px );
	height: calc( 100% - 260px );
	
	width: -webkit-calc( 100% - 60px );
	width: -moz-calc( 100% - 60px );
	width: -o-calc( 100% - 60px );
	width: calc( 100% - 60px );
	*/
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-color: rgba( 0, 0, 0, .6 );
	color: #fff;
}
.video_wrapper .video_layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
}
.video_wrapper .video_layer iframe {
	border: 0px none transparent;
	height: inherit;
	width: inherit;
}

@media(max-width:320px){

}
@media(min-width:321px){

}
@media(min-width:481px){

}
@media(min-width:768px){

}
@media(min-width:992px){

}
@media(min-width:1200px){

}
