.t4s-parallax{
  position: relative;
  z-index: 1;
}
.t4s-parallax > .t4s-parallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.t4s-parallax > .t4s-parallax-inner {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.t4s-parallax-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.t4s-parallax-bg {
  will-change: transform;
  transform: translateZ(0);
}