body { padding: 0; margin: 0 ; background: transparent;}
#unity-container { position: relative; width: 600px; height: 900px; margin: 0; padding:0; }
#unity-container.unity-desktop { width:600px; height: 900px; margin: 0; padding:0; }
/* #unity-container.unity-mobile { width: 600px !important; height: 900px !important; position: relative !important; } */
#unity-canvas { background: transparent !important; }
/*.unity-mobile #unity-canvas { width: 600px !important; height: 900px !important; position: relative !important; } */
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-container, #unity-canvas {
    background: transparent !important;
    border: none !important;
}

#unity-container {
    max-width: 100%;
    overflow: hidden;
}

#unity-footer,
#unity-logo-title-footer,
#unity-build-title,
#unity-fullscreen-button {
    display: none !important;
}

/* Mobile override */
@media (max-width: 600px) {
    #unity-container,
    #unity-canvas {
        width: 100% !important;
        height: auto !important;
    }
}


