*, 
*: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: 40% 40%;
	-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: 50%;
	position: fixed;
	top: 28%;
	right: 30%;
	font-size: 1em;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(50%, -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 svg,
		.main img {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
		}

	.quote {
		float: right;
		width: 70%;
		height: 0;
		padding-bottom: 10.55%;
		margin-bottom: 0.6em;
		-webkit-transform: translate(5.7%, 0);
		        transform: translate(5.7%, 0);
	}

	.indiewire {
		float: right;
		width: 11.5%;
		height: 0;
		padding-bottom: 2.1%;
		margin-bottom: 2.8em;
	}

	.title-treatment {
		float: right;
		width: 100%;
		height: 0;
		padding-bottom: 16.2%;
		margin-bottom: 4.4em;
	}

	.release-date {
		float: right;
		width: 43%;
		height: 0;
		padding-bottom: 5.3%;
	}

.view-trailer-outer {
	z-index: 100;
	width: 50%;
	position: fixed;
	bottom: 14%;
	right: 30%;
	-webkit-transform: translate(50%, 50%);
	        transform: translate(50%, 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);
}

	.view-trailer {
		float: right;
		position: relative;
		cursor: pointer;
		width: 32.5%;
		height: 0;
		padding-bottom: 5.4%;
		-webkit-transform: translate(-0.1%, 0);
		        transform: translate(-0.1%, 0);
	}

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

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

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

.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";
	}

	.big-image {
		background-position: 20% 40%;
	}

	.main,
	.view-trailer-outer {
		width: 70%;
		right: 42%;
	}

	.main {
		top: 55%;
	}

	.quote {
		width: 80%;
		padding-bottom: 12.1%;
		margin-bottom: 0.8em;
	}

	.indiewire {
		width: 15%;
		padding-bottom: 3%;
		margin-bottom: 3em;
	}

	.release-date {
		width: 50%;
		padding-bottom: 6.2%;
	}

	.view-trailer-outer {
		bottom: 13%;
	}

	.view-trailer {
		width: 39%;
		padding-bottom: 6.6%;
	}
}

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

	.main,
	.view-trailer-outer {
		width: 58%;
		right: 33.3%;
	}

	.main {
		top: 27%;
		font-size: 1.6em;
	}

	.view-trailer-outer {
		bottom: 14%;
	}
}

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

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

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

	.main,
	.view-trailer-outer {
		width: 46%;
		right: 29%;
	}

	.view-trailer-outer {
		bottom: 12%;
	}

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

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

	.main,
	.view-trailer-outer {
		width: 41%;
		right: 28%;
	}

	.view-trailer-outer {
		bottom: 11%;
	}

	.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) {

}




