body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #090835; }
.unity-desktop #unity-canvas { position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: 100%; min-width: 56.25vh; max-width: 75vh; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 192px; height: 33px; background: url('loader-bar.png') no-repeat center }
#unity-progress-bar-full { width: 0%; max-width: 174px; height: 33px; margin: 9px; background: url('loader-fill.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
