@charset "utf-8";

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  inset: -30% 0;
  background-image: var(--bg);
  background-position: top center;
  background-size: 100%;
  will-change: transform;
  z-index: -1;
}