.scrollImageSection {
  padding: 0;
  width: 100%;
  height: 75vh;
  background-color: transparent;
  z-index: 0;
}

#backgroundWrap {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: top;
  background-image: url("/assets/images/other/scroll.webp");
  background-repeat: no-repeat;
}/*# sourceMappingURL=scrollImageSection.css.map */