/* Cover the full mobile viewport even while browser controls resize it. */
html,
body {
  background: #15141d url("/moon-forest.png") 36% center / cover fixed no-repeat;
}

.scene {
  inset: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  min-height: 100dvh;
}

@media (max-width: 760px) {
  html,
  body {
    background-image: url("/moon-forest-mobile.webp");
    background-position: center;
  }

  .scene img {
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .page-frame,
  .screen {
    min-height: 100dvh;
  }
}
