*, 
*:before, 
*:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: sans-serif;
	background: #040507;
	font-size: 1vw;
	line-height: 1.1;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	cursor: default; 
	text-rendering: optimizeLegibility;
}

.transition-none, 
.transition-none * {
	-webkit-transition: none !important;
	        transition: none !important;
}

sup {
	vertical-align: bottom;
	font-size: 0.52em;
	position: relative;
	bottom: 1.2em;
	display: inline-block;
	padding: 0 0 0 0.06em;
}

.opacity-0 {
	opacity: 0;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.pointer-events-none,
.pointer-events-none * {
	pointer-events: none;
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.translate3d,
.translate3d * {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.console {
	z-index: 10000;
	font-size: 22px;
	letter-spacing: 1px;
	background: rgba(23, 45, 220, 0.6);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0.25em 0.5em 0.1em 0.5em;
	pointer-events: none;
}

	.console:before {
		content: "normal";
	}

/*


 ad88888ba   88                      
d8"     "8b  ""    ,d                
Y8,                88                
`Y8aaaaa,    88  MM88MMM  ,adPPYba,  
  `"""""8b,  88    88    a8P_____88  
        `8b  88    88    8PP"""""""  
Y8a     a8P  88    88,   "8b,   ,aa  
 "Y88888P"   88    "Y888  `"Ybbd8"'


*/

.big-image {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 68%;
	-webkit-transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.main {
	z-index: 100;
	width: 62%;
	position: fixed;
	top: 19%;
	left: 16%;
	-webkit-transform: translate(-20%, -50%);
	        transform: translate(-20%, -50%);
	-webkit-transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.main div {
		position: relative;
	}

		.main img,
		.main svg {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}

	.actor-names {
		width: 100%;
		height: 0;
		padding-bottom: 4.9%;
		margin-bottom: 1.2em;
	}

	.title-treatment {
		width: 80%;
		height: 0;
		padding-bottom: 11.5%;
		margin-bottom: 1.8em;
	}

	.doug-liman {
		width: 52%;
		height: 0;
		padding-bottom: 4.3%;
		margin-bottom: 2.5em;
	}

	.release-date {
		width: 40%;
		height: 0;
		padding-bottom: 2.7%;
	}

.bottom {
	z-index: 100;
	width: 19%;
	position: fixed;
	bottom: 3%;
	right: 10.4%;
	-webkit-transform: translate(30%, 0);
	        transform: translate(30%, 0);
	-webkit-transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.view-trailer {
		position: relative;
		cursor: pointer;
		width: 100%;
		height: 0;
		padding-bottom: 9.5%;
		margin-bottom: 3em;
	}

		.view-trailer svg {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}

			.view-trailer-group path {
				fill: #fff;
				-webkit-transition: fill 0.55s cubic-bezier(0.455, 0, 0.515, 1);
						transition: fill 0.55s cubic-bezier(0.455, 0, 0.515, 1);
			}

			.view-trailer:hover .view-trailer-group path {
				fill: #000;
			}

	.bottom img {
		display: block;
		position: absolute;
		top: 0;
		width: 94%;
		height: auto;
	}

	.amazon-studios {
		position: relative;
		float: left;
		width: 60%;
		height: 0;
		padding-bottom: 11.5%;
		-webkit-transform: translate(0, 50%);
		        transform: translate(0, 50%);
	}

		.amazon-studios img {
			left: 3%;
		}

	.roadside-attractions {
		position: relative;
		float: right;
		width: 30%;
		height: 0;
		padding-bottom: 18.3%;
	}

		.roadside-attractions img {
			right: 3%;
		}

.overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	will-change: transform;
	-webkit-transform: translate(0, -110%);
	        transform: translate(0, -110%);
	-webkit-transition: transform 1.0s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: transform 1.0s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.overlay-down {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: transform 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: transform 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.youtube-video {
		position: absolute; 
		top: 50%;
		left: 50%;
		width: 100%;
		height: 0;
		padding-bottom: 56.3%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

		.youtube-video iframe {
			position: absolute; 
			width: 100%;
			height: 100%;
		}

	.close-button {
		position: absolute;
		z-index: 20;
		width: 40px;
		height: 40px;
		padding: 8px;
		top: 9px;
		left: 9px;
		cursor: pointer;
		background: #222;
		border-radius: 50%;
		-webkit-transition: background 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: background 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.close-button:hover {
		background: #555;
	}

/*


I8,        8        ,8I  88                        88                                              
`8b       d8b       d8'  ""                        88                                              
 "8,     ,8"8,     ,8"                             88                                              
  Y8     8P Y8     8P    88  8b,dPPYba,    ,adPPYb,88   ,adPPYba,   8b      db      d8  ,adPPYba,  
  `8b   d8' `8b   d8'    88  88P'   `"8a  a8"    `Y88  a8"     "8a  `8b    d88b    d8'  I8[    ""  
   `8a a8'   `8a a8'     88  88       88  8b       88  8b       d8   `8b  d8'`8b  d8'    `"Y8ba,   
    `8a8'     `8a8'      88  88       88  "8a,   ,d88  "8a,   ,a8"    `8bd8'  `8bd8'    aa    ]8I  
     `8'       `8'       88  88       88   `"8bbdP"Y8   `"YbbdP"'       YP      YP      `"YbbdP"'  


*/

.windows {

}

/*


88888888ba                                                                           88                           
88      "8b                                                                          ""                           
88      ,8P                                                                                                       
88aaaaaa8P'  ,adPPYba,  ,adPPYba,  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  8b       d8   ,adPPYba,  
88""""88'   a8P_____88  I8[    ""  88P'    "8a  a8"     "8a  88P'   `"8a  I8[    ""  88  `8b     d8'  a8P_____88  
88    `8b   8PP"""""""   `"Y8ba,   88       d8  8b       d8  88       88   `"Y8ba,   88   `8b   d8'   8PP"""""""  
88     `8b  "8b,   ,aa  aa    ]8I  88b,   ,a8"  "8a,   ,a8"  88       88  aa    ]8I  88    `8b,d8'    "8b,   ,aa  
88      `8b  `"Ybbd8"'  `"YbbdP"'  88`YbbdP"'    `"YbbdP"'   88       88  `"YbbdP"'  88      "8"       `"Ybbd8"'  
                                   88                                                                             
                                   88                                                                             
*/

@media (max-aspect-ratio: 86/100) {
	.console:before {
		content: "super-tall";
	}

	.main {
		top: 3%;
		left: 17.2%;
		width: 68%;
	}

	.bottom {
		width: 28%;
		right: 12%;
	}

	.view-trailer {
		margin-bottom: 6.3em;
	}
}

@media (min-aspect-ratio: 86/100) and (max-aspect-ratio: 105/100) {
	.console:before {
		content: "taller";
	}

	.main {
		top: 4%;
		left: 15%;
	}

	.bottom {
		width: 25%;
		right: 8.5%;
	}

	.view-trailer {
		margin-bottom: 5.4em;
	}
}

@media (min-aspect-ratio: 105/100) and (max-aspect-ratio: 123/100) {
	.console:before {
		content: "tall";
	}

	.main {
		top: 5%;
	}

	.bottom {
		width: 21%;
		right: 8%;
	}

	.view-trailer {
		margin-bottom: 4.2em;
	}
}

@media (max-aspect-ratio: 123/100) {
	.main {
		-webkit-transform: translate(-20%, 0);
		    transform: translate(-20%, 0);
	}

	.bottom {
		bottom: 2.4%;
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
	}
}

@media (min-aspect-ratio: 140/100) {
	.console:before {
		content: "wide";
	}

	.main {
		width: 57%;
	}

	.bottom {
		width: 18%;
		right: 8.9%;
	}
}

@media (min-aspect-ratio: 155/100) {
	.console:before {
		content: "wider";
	}

	.main {
		width: 54%;
	}

	.bottom {
		width: 17%;
		right: 8.2%;
		bottom: 2.6%;
	}

	.view-trailer {
		margin-bottom: 2em;
	}

	.youtube-video {
		width: 90%;
		padding-bottom: 50.6%;
	}
}

@media (min-aspect-ratio: 174/100) {
	.console:before {
		content: "super-wide";
	}

	.main {
		top: 19%;
		width: 45%;
	}

	.doug-liman {
		margin-bottom: 1.8em;
	}

	.bottom {
		width: 15%;
		right: 8.5%;
		bottom: 2%;
	}

	.view-trailer {
		margin-bottom: 1.7em;
	}

	.youtube-video {
		width: 80%;
		padding-bottom: 45%;
	}
}

@media (max-width: 1100px) {

}

@media (max-aspect-ratio: 86/100) and (max-width: 640px) {

}

@media (min-aspect-ratio: 174/100) and (max-width: 900px) {

}




