.hero-background {
        background-image: url('https://media.nbcwashington.com/2026/01/dca-crash-memorial-getty-1.jpg?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: 50vh !important;
       }
    }