/* Ensure logo on hero image is nicely visible and framed */
.hero, .hero-image, .hero-banner, .header-hero, .intro-hero {
  background-position: center 18% !important; /* pull background down so the ApplianceRent.ie screen logo is visible */
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1024px) {
  .hero, .hero-image, .hero-banner, .header-hero, .intro-hero {
    background-position: center 24% !important;
  }
}
