/* Property Like & Share media contract: no raster image may be cropped. */
img {
  object-fit: contain !important;
  object-position: center;
}

@media (max-width: 700px) {
  body[data-media-hero="two-layer"] .hero {
    min-height: auto !important;
    align-items: start !important;
    background-position: center, center top !important;
    background-size: auto, contain !important;
    background-repeat: repeat, no-repeat !important;
  }

  body[data-media-hero="two-layer"] .hero::before {
    height: 56.25vw !important;
    bottom: auto !important;
    background-position: center, center top !important;
    background-size: auto, contain !important;
    background-repeat: repeat, no-repeat !important;
    transform: none !important;
  }

  body[data-media-hero="two-layer"] .hero-inner {
    padding-top: calc(56.25vw + 2.5rem) !important;
    padding-bottom: 3.5rem !important;
  }
}
