@charset "UTF-8";
/* snippet-row-parallax-overlay START */
#snippet-row-parallax-overlay {
    .overlay-parallax {
        background-attachment: fixed !important;
    }
    .overlay-parallax::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
    }
}
/* snippet-row-parallax-overlay END */