.listing-photo-display{width:100%}.listing-photo-display--gallery{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.listing-photo-display--editor{width:100%}.listing-photo-intrinsic__aspect{position:relative;overflow:hidden;display:block;width:100%;max-width:100%}.listing-photo-intrinsic__img{display:block;width:100%;max-width:100%;height:auto}.listing-photo-intrinsic__img--raw-orientation{image-orientation:none;max-width:none}.listing-photo-fit{width:100%;height:100%}.listing-photo-cover,.listing-photo-fit--cover{position:relative;overflow:hidden}.listing-photo-cover__fill{position:absolute;inset:0}.listing-photo-cover__layer{position:absolute;inset:0;opacity:0}.listing-photo-cover__layer--ready{animation:listing-photo-reveal .24s ease forwards}.listing-photo-cover__layer-inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.listing-photo-reveal{opacity:0}.listing-photo-reveal--ready{animation:listing-photo-reveal .24s ease forwards}@keyframes listing-photo-reveal{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.listing-photo-cover__layer--ready,.listing-photo-reveal--ready{animation:none;opacity:1}}