.text-bild-block .img_section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.text-bild-block .img_section {
  position: relative;
}

.text-bild-block .img_inner {
  width: 100%;
  position: relative;
}

.text-bild-block .img_section img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(var(--img-pos-y));
  z-index: 100;
}

.text-bild-block .img_section img.dw_border_radius {
  border-radius: 20px;
}

@media (max-width: 992px) {
  .text-bild-block .img_section img {
    transform: translateY(0);
  }
}
