body { padding: 0; margin: 0; overflow:hidden; }
#unity-container { position: absolute }
#unity-container.unity-desktop { width: 100%; height: 100% }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: black;  width: 100%; height: 100%  }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
#unity-logo { width: 512px; height: 512px; background: url('logo.png') no-repeat center }
#unity-progress-bar-empty { width: 512px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-build-title { line-height: 38px; font-family: "bahnschrift"; font-size: 38px; margin-top: 5px; text-align: center; color: white; }
#unity-build-version { line-height: 18px; font-family: "bahnschrift"; font-size: 18px; margin-top: 20px; margin-right: -200px; text-align: right; color: white; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#fullScreenToggle { width: 100%; height: 100%; position: absolute; }

#rotating-image 
{
    width: 512px; height: 100px; margin-top: 50px; animation: rotate 3s linear infinite; background: url('UI_Icon_Loading_00.png') no-repeat center; }
    @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }
}
