body { padding: 0; margin: 0;  overflow:hidden; background-color: #87CEFA; }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas {width: 100% !important; height: 100% !important; background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar {position: absolute; top: 0%; display: block }
/*#unity-logo { width: 154px; height: 130px; background: url('unity-logo.png') no-repeat center } */
#unity-progress-bar-empty {overflow: hidden; border-radius: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 400px; height: 35px; background: url('progress-bar-empty.png') no-repeat center; background-size: 100%; }
#unity-progress-bar-full {position: absolute; left: -100%; border-radius: 0px; width: 100%; height: 35px; background: url('progress-bar-full.png') no-repeat center; background-size: 100%; }
#unity-footer { display: none  }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
