/* Remove the banner overlay */
.mod-banner__img::before {
  content: none !important;
  background: none !important;
  display: none !important;
}

/* Keep the banner content visible */
.mod-banner__content {
  position: relative;
  z-index: 2;
}