header {
  height: 406px;
}

@media (min-width: 1200px) {
  header {
    height: 400px;
  }
}

.bg-image,
.bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  z-index: 1;
}

header .container {
  z-index: 2;
}
