.scrolling-banner .image-with-text .image-with-text__content,
.scrolling-banner .image-with-text.with-background .image-with-text__content {
  background: none;
  background-color: transparent;
  border-radius: 0;
}

.scrolling-banner .image-with-text__content:has(~ .image-with-text__content:not(.opacity-0)) {
  opacity: 0;
  pointer-events: none;
}
