#unity-container {
    background-image: url('ushakov.studio.loader.bg.jpg') !important;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#unity-loading-bar {
    background: none transparent !important;
    width: 100% !important;
    max-width: 600px !important;
    min-width: 130px !important;
    box-sizing: border-box !important;
}

#unity-progress-bar-empty {
    background-color: transparent !important;
    border: 3px solid #222222 !important;
    padding: 4px !important;
    border-radius: 30px !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 35px !important;
    box-sizing: border-box !important;
}

#unity-progress-bar-full {
    background-color: #222222 !important;
    border-radius: 30px !important;
    background: none #222222 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

#unity-logo {
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 618px !important;
    box-sizing: border-box !important;
    background-image: url('ushakov.studio.logo.png') !important;
    background-size: 96% auto !important;
    background-color: transparent !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    height: 80px !important;
}

#unity-logo img {
    display: none !important;
}

#unity-canvas {
    background-color: transparent !important;
}
