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