/* Match the desktop TravOn hero artwork on mobile/tablet without horizontal overflow. */
@media (max-width: 1199px) {
  .hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    background-image: url("./banner.png?v=20260911-mobile4") !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-color: #eefafa !important;
  }

  .hero-art {
    display: none !important;
  }
}
