.sumo-section-fullwidthimage img {
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .sumo-section-fullwidthimage img {
    max-height: 300px;
  }
}
