.kontakt-hero {
  position: relative;
  /*min-height: 900px;*/
  overflow: hidden;
}

.kontakt-hero__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kontakt-hero__content {
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kontakt-hero .row {
  margin-top: -60px;
}

@media (max-width: 767.98px) {
  .kontakt-hero, .kontakt-hero__content {
    min-height: 720px;
  }
}

@media (max-width: 767.98px) {
  .kontakt-hero .row {
    margin-top: 0;
  }
}

.kontakt-hero-image {
  object-position: center center;
}

@media (min-width: 992px) {
  .kontakt-hero__image {
    object-fit: cover;
    object-position: 0% center;
  }
}

