.hero {
  min-height: 450px;
}
.hero .hero__bg--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero .hero__bg--image > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
