/* v1.9.32: the homepage banner must display the uploaded image as-is. */
html body.zl-home .home-full-hero::before,
html body.zl-home .home-full-hero::after,
html body.zl-home .home-full-hero .hero-media::before,
html body.zl-home .home-full-hero .hero-media::after,
html body.zl-home .home-full-hero .hero-banner-slides::before,
html body.zl-home .home-full-hero .hero-banner-slides::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body.zl-home .home-full-hero .hero-media.hero-banner-slides {
  background-image: none !important;
}

html body.zl-home .home-full-hero .hero-banner-slide {
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
}

html body.zl-home .home-full-hero .hero-banner-slide.is-active {
  opacity: 1 !important;
}
