﻿/* -----------------------------------------
:: index.htm ( and variations )
----------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
.header-wrapper {
	height: 100%;
	height: 100vh;
}

.whatsnew-video {
	background: url('../images/whatsnew-video-bg.png') center top no-repeat;
	height: 430px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 21px;
}

.whatsnew-video iframe {
	border: 0;
	width: 458px;
	height: 256px;
	margin-left: 21px;
}
