/* dotShirt 1.5.12 — aparte hero-afbeelding per breakpoint */
@media (max-width: 767.98px) {
  .hero-slide {
    background-image: var(--hero-mobile, var(--hero-desktop)) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
@media (min-width: 768px) {
  .hero-slide {
    background-image: var(--hero-desktop) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
