/* Shared listing photo safeguards. Keep this lightweight because it is loaded on property pages. */
.photo-gallery img,
.gallery-thumb img,
.compact-img-wrap img,
.listing-gallery img,
.property-gallery img {
  max-width: 100%;
  height: auto;
}

.photo-gallery img:not([loading]),
.gallery-thumb img:not([loading]),
.compact-img-wrap img:not([loading]) {
  content-visibility: auto;
}
