html,
body {
  overscroll-behavior-y: contain;
  height: 100%;
}

.scene-5 .show {
  display: none;
}

@media (max-width: 767px) {
  .mobile .hero-banner {
    padding: 0;
    height: 100dvh;
    display: flex;
    align-items: center;
  }
  .mobile .hero-banner .content .text-block .description {
    margin-left: 0;
  }
  .mobile .scene-2 > div,
  .mobile .scene-3 > div,
  .mobile .scene-4 > div {
    flex-direction: column;
  }
  .scene-5 .show {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    gap: 2rem;
  }
  .scene-5 .hide {
    display: none;
  }
}
