.jarallax {
  position: relative;
  z-index: 0;
    background-position: center;
    background-repeat: none;
  background-size: cover;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mouse-parallax {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.mouse-parallax > .mouse-parallax-img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top:0;
  bottom:0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}