.rekers-hero {
  margin-bottom: 50px;
}
.rekers-hero__body {
  padding-top: 56px;
  padding-bottom: 56px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.rekers-hero__image {
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 75vh;
  object-fit: cover;
}
.rekers-hero__text {
  color: white;
}
.rekers-hero__headline {
  margin-bottom: 1.5rem !important;
}
/*# sourceMappingURL=view.css.map */