/* M-Dental Clinic — final mobile hero override, loaded after start.css. */
@media (max-width: 768px) {
  #head4 .banner,
  #head4 .carousel-inner .banner,
  #head4 .banner picture {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #head4 .banner picture {
    display: block !important;
    width: 100% !important;
  }

  #head4 .banner picture img,
  #head4 img.banner__img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  #head4 .carousel-inner .slogan {
    padding: 16px 20px 22px !important;
  }

  #head4 .carousel-inner .slogan .hero-eyebrow {
    margin-bottom: 10px !important;
    padding: 8px 15px !important;
    font-size: 11px !important;
  }

  #head4 .carousel-inner .slogan h1 {
    margin-bottom: 12px !important;
    font-size: clamp(25px, 7vw, 28px) !important;
    line-height: 1.06 !important;
  }

  #head4 .carousel-inner .slogan > p {
    display: none !important;
  }

  #head4 .carousel-inner .slogan .kontakt > a.cta-mobile {
    min-height: 44px !important;
    padding: 13px 24px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
  }
}
