body { padding: 0; margin: 0; overflow:hidden; }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #561075 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#unity-logo { background: url('game-logo.png') no-repeat center / contain; width: 419px; margin-left: 20px; margin-top: -30px; height: 62px; }
.unity-mobile #unity-logo { background: url('game-logo.png') no-repeat center / contain; width: 419px;margin-left: 0px;  margin-top: -10px; height: 62px; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 165px; margin-top: 70px; background: url('progress-bar-empty-dark.png') no-repeat center / cover; float: center; }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: -48px; background: url('progress-bar-full-dark.png') no-repeat center / cover; float: center; }
.unity-mobile #unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 145px; margin-top: 30px; background: url('progress-bar-empty-dark.png') no-repeat center / cover; float: center; }
.unity-mobile #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 1px; background: url('progress-bar-full-dark.png') no-repeat center / cover; float: center; }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
