/**
* Block Name: hero
*/

section.hero .image_wrapper {
  height: 619px;
  overflow: hidden;
  position: relative; /* Wichtig für Overlay-Positionierung */
  z-index: 0; /* damit das ::after darunter bleibt */
}

section.hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

