body
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url('background.png');
    background-size: cover;
    background-position: center;
}

#loader-ui
{
    position: absolute;
    width: auto;
    max-width: 50vw;
    text-align: center;
    font-size: 0;
}

#loader-video
{
    max-width: 100%;
    max-height: 50vh;
    vertical-align: top;
}

#space-h-0
{
    width: 100%;
    height: 10px;
}

#loader-progress-bar-bg
{
    width: 100%;
    height: 10px;
    background-color: #262c34;
}

#loader-progress-bar
{
    width: 30%;
    height: 10px;
    background-color: #ff8537;
}

