/* Your css code will be here */
    .dt-list .product-lists-cat .thumbView-wrap .thumbView-elements {
        min-width: 200px;
        max-width: 200px;
        min-height: 250px;
        max-height: 250px;
    }
    .dt-list .product-lists-cat .thumbView-wrap .thumbView-elements .imageWrap-box {
    min-width: 100%;
    max-width: 100%;
    min-height: 210px;
    max-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dt-list .product-lists-cat .thumbView-wrap .thumbView-elements .imageWrap-box img {
    height: 210px;
    zoom: 1.2;
    width: auto !important;
}