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

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

body {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "Georgia", serif;
	background: #fff;
	font-size: 1vw;
	line-height: 1.1;
	color: #222;
	-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.5em;
	position: relative;
	bottom: 1.25em;
	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: 17px;
	letter-spacing: 1px;
	background: rgba(23, 45, 220, 0.6);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0.24em 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"'


*/


.dreamworks-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 1%;
	-webkit-transition: opacity 1.1s cubic-bezier(0.4, 0, 0.5, 1);
			transition: opacity 1.1s cubic-bezier(0.4, 0, 0.5, 1);
}

	.dreamworks-logo img {
		width: 74vh;
		height: auto;
		padding-bottom: 14vh;
	}

/*


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"'  


*/

/*


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: 123/100) {
	.console:before {
		content: "tall";
	}

	.dreamworks-logo img {
		width: 76vh;
	}
}

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

		.dreamworks-logo img {
			width: 70vh;
		}
	}

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

			.dreamworks-logo img {
				width: 84%;
				padding-bottom: 16vw;
			}
		}

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

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

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

			.dreamworks-logo img {
				padding-bottom: 10vh;
			}
		}

