/* Corrections parallax mobile */
@media (max-width: 767px) {
    .section-video-bg,
    .parallax-band-layer {
        height: 100% !important;
        top: 0 !important;
        transform: none !important;
    }

    [data-parallax-layer] {
        transform: none !important;
    }
}
