.wrapper {
  /* position: relative; */
  /* width: 100%;
  height: 100%; */
  position: relative;
  /* display: contents; */
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  touch-action: none;
  /* background-color: #222; */
  /* overflow: hidden; */
  /* width: 100%; */
  height: 100%;
  /* transform-origin: bottom center; */
}

.page > div {
  position: relative;
  touch-action: none;
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; */
  /* background-color: black; */
  background-color: rgba(255, 255, 255, 0);
  /* width: 100%;
  height: 100%; */
  box-shadow: 0 62.5px 125px -25px rgba(50, 50, 73, 0.5),
    0 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
  /* overflow: hidden; */
  /* width: 100%; */
  height: 100%;
}
