.product-lifestyle {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.product-lifestyle__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 400px;
}

@media screen and (max-width: 749px) {
  .product-lifestyle__image {
    max-height: 250px;
  }
}