/* Remove overlay */
.line-banner .zone-carousel .carousel .item .carousel-text::before {
  content: none !important;
  background: none !important;
  display: none !important;
}

/* Restore full image opacity */
.line-banner .zone-carousel .carousel .item .carousel-text > img {
  opacity: 1 !important;
}