@media (max-width: 767px) {
  .min-h-screen > header.relative.text-white {
    min-height: 0 !important;
    height: auto;
    aspect-ratio: 1680 / 500;
    background: #eef3f8;
  }

  .min-h-screen > header.relative.text-white img {
    object-fit: contain !important;
    object-position: center center !important;
  }

  .min-h-screen > header.relative.text-white > div.relative {
    display: none;
  }
}
