/* Hero image override for MurderedCars.com */
.hero,
.site-hero,
.homepage-hero,
.hero-section,
.main-hero,
.masthead {
  background-image: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.20) 100%), url("/images/hero-blackedout-car.jpg") !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
