@media (max-width: 767.98px) {
  .home-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .home-hero__content {
    position: relative !important;
    inset: auto !important;
  }

  .home-hero__mobile-media {
    margin-top: 1.75rem;
  }

  .home-hero__mobile-image {
    display: block;
    width: 100%;
    height: auto;
  }
}
