.header {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  position: relative;
}

.header-image-container {
  flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}