main > .hero,
main > .service-hero,
main > .case77-hero,
main > .case-dash-hero {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.case-dashboard-page > .case-dash-hero {
  background-image:
    linear-gradient(90deg, rgba(8, 9, 11, .97) 0%, rgba(8, 9, 11, .88) 48%, rgba(8, 9, 11, .62) 100%),
    url('../ppc-performance-report-optimized.jpg') !important;
  background-position: center !important;
}

@media (min-width: 761px) {
  main > .hero,
  main > .service-hero,
  main > .case77-hero,
  main > .case-dash-hero {
    background-attachment: fixed !important;
  }
}

@media (max-width: 760px) {
  main > .hero,
  main > .service-hero,
  main > .case77-hero,
  main > .case-dash-hero {
    background-attachment: scroll !important;
  }
}
