/* Elbetal v23 - echte Handy-Headerbilder statt mini Querformat */
@media (max-width: 767px) {
  .ef-start-hero-slider,
  .swiper-container.ef-start-hero-slider,
  .ef-start-hero-slider .swiper-wrapper,
  .ef-start-hero-slider .swiper-slide,
  .ef-start-hero-slide,
  .ef-start-hero-picture {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #061b49 !important;
  }

  .ef-start-hero-picture {
    display: block !important;
    line-height: 0 !important;
  }

  .ef-start-hero-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
    filter: none !important;
  }

  .ef-start-hero-slider .swiper-pagination {
    bottom: 12px !important;
  }
}
