.jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img {
position: absolute;
object-fit: cover; font-family: 'object-fit: cover;';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}.seb-enabled.seb-overlay:before {
content: "";
background: rgba(0,0,0,0.2);
position: absolute;
left: 0;
top: 0;
right: 0;
border: 0;
width: 100%;
height: 100%;
}