.parallax {
  z-index: 0 !important;
  position: relative;
  overflow: hidden !important;
}
.parallax-img {
  z-index: -2;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.parallax-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1 !important;
}
/*# sourceMappingURL=28-partials.map */
