<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#background-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-wrapper.abs {
    position: absolute;
    top: auto;
    left: auto;
    overflow: hidden;
}

.bg-image, .bg-image-mob {
    position: absolute;
}

.bg-image-mob {
    display: none;
}


.bg-image .back, .bg-image-mob .back {
    top: 10px;
    left: 10px;
    position: absolute;
}

.bg-image.full-stack .back, .bg-image-mob.full-stack .back {
    top: 0;
    left: 0;
}

.bg-image .front, .bg-image-mob .front {
    z-index: 1;
    position: relative;
}

.img-stack {
    position: fixed;
    z-index: 1;
}

.img-top-layer {
    position: fixed;
    z-index: 10;
}

@media only screen and (max-width: 520px){
    .bg-image-mob {
        display: block;
    }
}</pre></body></html>