/* Profile photos fill their visual frames; cropping at the frame edges is intentional. */
.photo-stage img,
.detail-gallery img,
.photo-slot.filled img,
.profile-photo img,
.profile-photo .owner-photo-slide img,
.owner-photo-thumbnail img,
.main-photo-frame img,
.verification-photo img,
.detail-photo-stage > img,
.photo-frame > img,
.detail-gallery-image,
.detail-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
