/* Generic illustrative yard scene. It is intentionally not presented as a live yard vehicle. */
.hero-art {
  background:
    linear-gradient(90deg, rgba(1, 9, 25, .98) 0%, rgba(3, 14, 31, .90) 38%, rgba(3, 14, 31, .40) 72%, rgba(1, 9, 25, .18) 100%),
    linear-gradient(0deg, rgba(0, 7, 18, .72), transparent 57%),
    url("../assets/hero/pullmetric-yard-hero.png") 68% center / cover no-repeat;
  opacity: 1;
}

@media (max-width: 600px) {
  .hero-art {
    background-position: center, center, 67% center;
  }
}
