/* real photos fill their slot and crop, whatever their shape */
.im{position:relative}
.im img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.im.has-img::after{display:none}
.im.has-img{background:none}
.pdp .top>*{min-width:0}
.gal .main{position:relative;overflow:hidden}
.gal .main .tag{z-index:2}
.pc .im .tag{z-index:2}
.dc .im img,.pdogs .im img,.sty .im img{object-position:center 30%}
.hero .im img{object-position:center}
@media(max-width:900px){.gal .main{aspect-ratio:1}}
