#loading-overlay {
    background-color: #000000;
    background-image: url("logo-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#logo {
    visibility: hidden;
}
.fullscreen-canvas {
    background: #242424;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#loading-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#progress-bar {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 90%;
    max-width: 250px;
    height: 20px;
    background: #181818;
    padding: 5px;
}
#progress-bar-fill {
    border-radius: 3px;
    width: 0%;
    height: 100%;
    background: #ffffff;
}           #loading-overlay {
                background-color: #000000;
                background-image: url("logo-bg.png");
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: center;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
            }
#logo {
    visibility: hidden;
}
.fullscreen-canvas {
    background: #242424;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#loading-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
#progress-bar {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 90%;
    max-width: 250px;
    height: 20px;
    background: #181818;
    padding: 5px;
}
#progress-bar-fill {
    border-radius: 3px;
    width: 0%;
    height: 100%;
    background: #ffffff;
}           
