/* Remove shading from main hero slider */
.s-block--hero-slider .swiper-slide .overlay-bg::after {
  background: transparent !important;
  content: none !important;
  display: none !important;
}

/* Remove shading from footer slider */
.slider-bg::before,
.slider-bg::after {
  background: none !important;
  content: none !important;
  display: none !important;
}

/* Remove shading from banner images section */
.has-overlay::after {
  background: none !important;
  content: none !important;
  display: none !important;
}