.elementor .hero-image{/* -------------------------------------
 Hero-Bild immer volle Breite / Höhe
-------------------------------------- */
selector .hero-image img {
  width: 100% !important;   /* immer volle Breite */
  height: auto !important;  /* Höhe proportional */
  display: block;           /* keine Inline-Lücken */
  max-width: 100%;          /* überschreitet nie Container */
}

/* Optional: Section / Spalte fix */
@media (max-width: 1024px) {
  selector .elementor-column, 
  selector .elementor-section {
      padding-left: 0 !important;
      padding-right: 0 !important;
      overflow: visible !important;
  }
}\n}