.info_image-block figure {
  width: 100%;
  height: 100%;
  position: relative;
}

.info_image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.info_image-block .stoerer {
  position: absolute;
  top: 0;
  left: 0;
  width: 357px;
  height: 179px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.info_image-block .stoerer .image_info_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.info_image-block .stoerer p,
.info_image-block .stoerer h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  color: white;
  left: -2rem;
}

@media (max-width: 768px) {
  .info_image-block .stoerer {
    width: 260px;
    height: 130px;
  }
}

@media (max-width: 530px) {
  .info_image-block .stoerer {
    width: 200px;
    height: 100px;
  }
}
