body { overflow: hidden; padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { position: absolute; top: 0; right: 0; left: 0; bottom:0;}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #FFFFFF; width: 100%;  height: 100%; top: 0; right: 0; left: 0; bottom:0;}
.unity-mobile #unity-canvas { width: 100vh; height: 100vh }
#unity-logo { width: 154px; height: 130px;}
#unity-loading-bar { position: absolute; top: 10%; left: 10%;width: 300px; height: 100px; background: url('loading.png') no-repeat center }
#unity-progress-bar-empty {  position: relative;width: 300px; height: 100px; top: -20px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full {  position: relative; left: 70px; width: 300px; height: 100px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { }
#unity-build-title { }
#unity-fullscreen-button { }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); opacity: 0.0; background: white; padding: 10px; display: none }

