#interior_banner
{
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../../../images/home/banner_bg) 0 0 / cover no-repeat #FFFFFF;
}
.interior_iframe-container
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	height: 400px;
}
.interior_iframe-container IFRAME
{
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#interior_banner IMG
{
	width: 100%;
	height: auto;
	padding: 0;
}
#interior_banner_overlay
{
	position: absolute;
	padding: 40px 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#a1000000',GradientType=0 );
}
#interior_banner_overlay H1
{
	font-size: 3.5em;
	margin: auto;
	max-width: 622px;
	line-height: 120%;
	font-family: Bebas Neue, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#interior_video_banner
{
	margin: 0;
	padding: 0;
	position: relative;
}
.interior_iframe-container
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	height: 625px;
	overflow: hidden;
}
.interior_iframe-container IFRAME
{
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#interior_video_banner_overlay
{
	position: absolute;
	padding: 40px 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#a1000000',GradientType=0 );
}
#interior_video_banner_overlay H1
{
	font-size: 3.5em;
	margin: auto;
	max-width: 600px;
	line-height: 120%;
	font-family: Bebas Neue, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.video-responsive
{
	position: relative;
	display: block;
	width: 300px;
	overflow: hidden;
}
.video-responsive::before
{
	display: block;
	content: "";
	padding-top: 56.25%;
}
.video-responsive-item
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-container
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	background: url(../../../images/home/banner_bg.jpg) -174px 64px / cover no-repeat #FFFFFF;
}
.embed-container IFRAME, .embed-container OBJECT, .embed-container EMBED
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
