.site-wrapper {
 width: 100%;
aspect-ratio: 1.96 / 1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#parallax-box {
  position: relative;
  width: 100%;
 aspect-ratio: 1.96 / 1;

/*  height: 818px; */
  overflow: hidden;
  pointer-events: none;
}

.layer {
  position: absolute;
  width: 100%;
aspect-ratio: 1.96 / 1;
  /* height: 818px; */ 
  background-size: cover;
  background-position: center;
  will-change: transform;
}
