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: #231F20 }
.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('progressLogo.Dark.png') no-repeat center / contain; width: 354px; margin-top: -150px; height: 330px; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 110px; margin-top: -100px; background: url('progressEmpty.Dark.png') no-repeat center / cover; float: center; }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: -100px; background: url('progressFull.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 }