#unityContainer { position: absolute; border: 0; margin: 0; padding: 0 }
html, body { height: 100% }
#unityContainer.unity-desktop {height: 100%; width: 100% }
#unityContainer.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }

#unity-view.unity-desktop {
    position: relative;
    width: 100%;
    height: -moz-calc(100% - 63px);
    height: -webkit-calc(100% - 63px);
    height: -o-calc(100% - 63px);
    height: calc(100% - 63px);
}

#unity-view.unity-mobile  {
    position: relative;
    width: 100%;
    height: 100%;
}

#unity-canvas { width: 100%; height: 100% }


#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progressEmpty.Light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progressFull.Light.png') no-repeat center }

#unity-logo{background-image: url('progressLogo.Dark.png');}
#unity-progress-bar-empty {background-image: url('progressEmpty.Dark.png');}
#unity-progress-bar-full {background-image: url('progressFull.Dark.png');}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 65px; height: 38px; background: url('webgl-logo.svg') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen.png') no-repeat center }
