
.hmc-page-header {
  min-height: 392px;
  position: relative;
}

.hmc-page-header__image .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hmc-page-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multiply {
  background-color: rgba(50, 100, 105, 0.75);
  mix-blend-mode: multiply;
}



@media (max-width: 375px) {
  .hmc-page-header__headline {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}
