/* Keep uploaded player photos fully visible in every fixed-size card or thumbnail. */
img[src*="PublicPlayerPhoto.ashx"],
img[src*="Player%20Photos/"],
img[src*="Player Photos/"],
img.player-photo,
img.pp-photo,
img.ad-celebration-photo,
.hp-player img,
.public-player-card img,
.detail-dialog > img,
.welcome-photo,
.recent-player img,
.rt-player img,
.my-auction-player img,
.ad-manager-card img,
.ad-report-player img,
.player-card img,
.admin-player-card img,
.admin-modal-card img,
.up-photo img,
.up-preview-head img {
    object-fit: contain !important;
    object-position: center center !important;
    background-color: #eef3f5;
}
