
/* Create stacking context so Jarallax container (z-index: -100) stays within. */
.parallax-background.jarallax {
  z-index: 0;
}

/* Base image styles — covers the container before Jarallax JS initializes. */
.parallax-background .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center !important;
  z-index: -1;
}
