/* Mobile-only overrides to keep CTA visible and avoid overlap */
@media (max-width: 767.98px) {
  .badhome-slider-items picture {
    position: unset !important;
    top: auto !important;
    display: none !important; /* hide banner image on mobile */
  }

  .badhome-slider-items-content {
    position: relative;
    z-index: 1;
    min-height: unset !important;
    padding: 2em 1.5rem !important;
  }

  .badhome-slider-content-wrapper {
    height: auto !important;
  }

  .badhome-slider-items picture img {
    width: 100%;
    height: auto;
  }
}
