html { min-height: 100% }
body { padding: 0; margin: 0; }
#unity-container { position: absolute; background-color: black; }
#unity-container.unity-desktop { left: 50%; transform: translate(-50%, 0%) }
#unity-container.moweb_fullscreen { width: 100%; height: 100% }
#unity-canvas.moweb_fullscreen { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 380px; height: 380px; background: url('logo.png') no-repeat center }
#unity-loading-message { width: 141px; height: 44px; margin-left: 120px; background: url('loading_text.png') no-repeat center; background-size: 80%; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 24px; margin-left: 120px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 24px; background: url('progress-bar-full-dark.png') no-repeat center }

@media only screen and (max-height: 660px){
	#unity-container.unity-desktop{
		top: 0px
	}
}
