html {
	/* Prevent scrollbars from causing a resize feedback loop. */
	overflow: hidden;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	touch-action: none;
}
#content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	touch-action: none;
	background-color: 0x255828;
}
.no-mobile {
	display: none;
	touch-action: none;
}
			
				
				/* On small devices, fill the entire screen and hide the rest of the page. */
				@media (max-device-width: 1in), (max-device-height: 1in) {
html {
	/* Prevent scrollbars from causing a resize feedback loop. */
	overflow: hidden;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	touch-action: none;
}
#content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	touch-action: none;
	background-color: 0x255828;
}
.no-mobile {
	display: none;
	touch-action: none;
}
}
#splash {
	/* pointer-events: none; */
	position: absolute;
	top : 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	overflow: auto;
	border: 500px solid 0xffff00;
	background-color: 0xff0000;
}
#turn {
	/* pointer-events: none; */
	position: absolute;
	top : 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* max-width: 100%;
						max-height: 100%; */
	width: 100%;
	margin: auto;
	overflow: auto;
	border: 500px solid 0xffff00;
	background-color: 0xff0000;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}
div.shadow {
	position: absolute;
	max-width: 45%;
	max-height: 45%;
	top: 50%;
	left: 50%;
	overflow: visible;
}
img.logo {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin-top: -50%;
	margin-left: -50%;
}
#shadow {
	color: 0xff0000;
}