@media (max-width: 760px) {
  .hero.sectionBand {
    aspect-ratio: 1816 / 4888;
    background-image: url("/assets/hero-section-mobile.jpg");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .hero.sectionBand .heroActions {
    left: 18%;
    top: 46.6%;
    bottom: auto;
    width: 64%;
    height: 6.2%;
  }
}
