#squeeze {
	max-width: 800px;
	margin: 50px auto 50px;
	width: 100%;
	height: auto;
	display: block;
	float: none;
}
#superHeader, #pageHeadline { display: none !important; }
#aboveTheFoldWrapper {
	background-color: #000;
	height: 100vh;
	transition: background-color 1s ease;
}
#aboveTheFoldWrapper.playing {
	background-color: #000;
}
#aboveTheFold {
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
	margin: 0 auto;
	padding: 0;
	background: rgba(0,0,0,0);
	display: flex;
/*	align-items: center; */
	justify-content: center;
	overflow: hidden;
}
#videoContainer {
	display: flex;
	padding: 0;
	height: 177.778vw;
	max-height: 100vh;
	max-width: 50vh;
	margin: auto;
	flex: 1;
}
#VSL {
	margin: 0 auto;
	border: 0;
	background-color:rgba(0,0,0,0);
}
.vjs-poster { background-color: #000 !important; }
.video-js { background-color: #000 !important; }
.cinematic #VSL { width: 100vw; }
.cinematic .video-js { width: auto; height: auto; padding-bottom: 177.78%; margin: 0 auto; }
.cinematic .video-js .vjs-tech { width: 100%; height: 100% !important; }
.cinematic .vjs-text-track-display > div > div { width: 100% !important; max-width: 100% !important; left: 50% !important; font-size: 26px !important; inset: auto auto 0 auto !important; }
.cinematic .vjs-text-track-display > div > div > div { background-color: rgba(0,0,0,0.65) !important; }

#primaryCTA {
	width: 95%;
	max-width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	margin: 0 auto;
	z-index: 9999;
}

@media screen and (max-width: 420px) {
        #videoContainer { max-width: 100%; }
}


/* iPad */
@media screen and (min-width: 768px) and (max-width: 768px) and (min-height:1024px) and (max-height:1024px)
{
.cinematic .video-js {
	max-width: 550px;
}
}


/* iPad */
@media screen and (min-width: 768px) and (max-width: 768px) and (min-height:1024px) and (max-height:1024px)
{
.cinematic .video-js {
        max-width: 550px;
        margin: 0 auto;
}
}


/* iPad Pro */
@media screen and (min-width: 768px) and (max-width: 768px) and (min-height:1024px) and (max-height:1024px)
{
.cinematic .video-js {
        max-width: 550px;
}
}



/* Surface Duo */
@media screen and (min-width: 540px) and (max-width: 540px) and (min-height:720px) and (max-height:720px)
{
.cinematic .video-js {
        max-width: 400px;
}
}

