/**
* Block Name: bild_text
*/

section.bild_text .image_wrapper {
  aspect-ratio: 1/1;
}

@media (max-width: 992px) {
  section.bild_text .image_wrapper {
    max-height: none;
    margin-bottom: 30px;
  }
}
