.simple-image-banner {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.simple-image-banner .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 749px) {
  .simple-image-banner {
    height: 500px;
  }
}
