<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stripParallax {
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stripVideoContainer {
    position: relative;
    overflow: hidden;
}

.stripVideoContent {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
}

.stripWidth {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.stripFullWidth {
    left: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .stripWidth {
        width: auto !important;
        height: 600px !important;
    }
}</pre></body></html>