.image-panel {
  min-height: 100svh;
  overflow: hidden;
}

.image-panel > img {
  inset: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .image-panel {
    min-height: 100svh;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
  }

  .image-panel > img {
    object-position: 58% center;
  }

  .image-panel::after {
    background: linear-gradient(0deg, #08110ef2 0%, #08110e9d 62%, #08110e32);
  }

  .myth-grid {
    margin-top: 2rem;
  }
}
