.hero-background {
        background-image: url('https://vip-media.nbcnewyork.com/2026/02/launching-legends-hero-thumb-cover-18.png?quality=85&amp;strip=all&amp;w=1920');
        background-color: #000;
        background-size: cover !important;
        background-position: center !important;
        height: 50vh !important;
      }
   
@media (max-width: 500px) {
       .hero-background {
           height: 34vh !important;
       }
    }