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: #1888ce }
.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('LogoGameLoading.jpg') no-repeat center / contain; width: 600px; margin-top: -100px; height: 216px; }
.unity-mobile #unity-logo { background: url('LogoGameLoading.jpg') no-repeat center / contain; width: 400px; margin-top: -50px; height: 144px; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 227px; margin-top: -48px; 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: 128px; margin-top: 1px; 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 }
