.section.image-banner-container .image-wrapper {
  width: 100%;
  overflow: hidden;
  @media (width >= 768px) {
    height: 329px;
  }
  @media (width >= 1024px) {
    height: 439px;
  }
  @media (width >= 1366px) {
    height: 480px;
  }
  @media (width >= 1920px) {
    height: 823px;
  }
}

.section.image-banner-container .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
