#unity-canvas{
	margin: -20% auto 0 auto;
	max-width: 600px;
	width: 100%;
	aspect-ratio: auto 600 / 960;
}
#unity-loading-bar{
	z-index:1000;
}
#game-background{
	/*background-color: #ff9605;*/
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 100%;
	z-index: -1;
}
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('/img/unity/progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('/img/unity/progress-bar-full-dark.png') no-repeat center }
