@charset "utf-8";

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
    position: absolute;
	inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}