.block-header-image {
    position: relative;
    height: 60rem;
}
.block-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
  .block-header-image {
    height: 50rem;
  }
}

@media only screen and (max-width: 1199px) {
  .block-header-image {
    height: 35rem;
  }
}

@media only screen and (max-width: 767px) {
  .block-header-image {
    height: 17.5rem;
  }
}