/* Branded roll-off truck hero artwork */
.hero-truck {
  position: absolute;
  z-index: 3;
  right: -130px;
  bottom: 86px;
  width: 745px;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 28px 22px rgba(0, 0, 0, .34));
}

.hero-truck-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .hero-truck {
    right: auto;
    left: 50%;
    bottom: 68px;
    width: min(900px, 125vw);
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .hero-truck {
    bottom: 54px;
    width: 150vw;
  }
}

@media (max-width: 470px) {
  .hero-truck {
    bottom: 51px;
    width: 160vw;
  }
}
