html {
	height: 100%;
	background-color: #00000c;
	overflow: initial;
}
body {
	margin: 0;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #00000c;
	font-family: Helvetica, arial, sans-serif;
	position: relative;
	width: 100%;
}

#stage-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#rotate-screen {
	position: absolute;
	width: 100% ;
	height: 100% ;
	top: 0;
	left: 0;
	z-index: 2147483647;
	background-color: #00000c;
	background-image: url('../images/platform/rotate.png') ;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#brim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99999999px;
	z-index: 2147483648;
	background-color: #00000c;
	background-image: url('../images/platform/brim.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#domui_root_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-tap-highlight-color: transparent;
}

.hidden {
	display: none ;
}

/* SUBTITLES */

.subtitles {
	-webkit-text-size-adjust: none;
	position: fixed;
	bottom: 4%;
	left:10%;
	width: 80%;
	text-align: center;
	font-size: 1.0em;
	color: white;
	background-color: black;
}

/* LARGER SCREEN STYLES */

@media only screen and (min-device-width:770px) {
	.subtitles {
		font-size: 2.0em;
	}
}
