.nectar-parallax-enabled > .row-bg-wrap {
margin-left: -50vw;
left: 50%;
width: 100vw;
z-index: 0;
overflow: hidden;
height: 100.1%;
position: absolute;
top: 0;
}
.nectar-parallax-enabled > .row-bg-wrap .inner-wrap {
height: 100%;
width: 100%;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.nectar-parallax-enabled > .row-bg-wrap .inner-wrap .row-bg {
height: calc(100% + 40px);
opacity: 1;
background-attachment: scroll;
top: auto;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-size: cover;
-webkit-background-size: cover;
width: 100%;
}
.elementor-section-wrap {
position: relative;
}
.has-parallax > .elementor-container {
position: relative;
z-index: 99;
}