@supports (object-fit: cover) {
    #testReviews > #container > .content .selector .item .image-wrapper img{
        object-fit: contain;
        object-position: center;
        max-height: 10rem;
    }

}