.parallax-section-1 {
    background: url('/landing/vibe/web/content/2.JPG') center/cover no-repeat;
}
.parallax-section-2 {
    
}
.parallax-section {
    position: relative;
    height: 50vh;

    background-attachment: fixed;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}   

.parallax-video {
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100vw);
    z-index:-2000;
}

.parallax-block {
    z-index: -2001;
    position: fixed;
    height: 50vh;
    background-attachment: fixed;
}