.lh-home-hero {
  width: 100%;
  overflow: hidden;
  background: #e9d8cc;
}

.lh-home-hero picture,
.lh-home-hero img {
  display: block;
  width: 100%;
}

.lh-home-hero img {
  height: auto;
}

@media screen and (max-width: 749px) {
  .lh-home-hero img {
    object-fit: contain;
    object-position: center;
  }
}
