#unity-loading-bar { position: absolute; left: 50%; top: 88%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 100vw;height: 92vh;max-width: 100%;max-height: 100%;position: fixed; top: 0; left: 0;z-index: 32;background: url('unity-logo-dark.gif')no-repeat center/cover }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; height: 50px;left: 50%; bottom: 0%; transform: translate(-50%); background: white; padding: 10px; display: block}