/* ==========================================================
   derLöwe.net – Eingangsbild Smartphone / iPhone
   ========================================================== */

@media screen and (max-width: 768px) {

  #mod-custom122.banner-overlay {
    background-attachment: scroll !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1140 / 600;
  }

  #mod-custom122.banner-overlay .overlay {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

}