How to change ratio of product image on Cart Page

To change ratio of product image on Cart Page.

You can use this code to Custom CSS.

div.cart-row-img {
    padding-bottom: 75% !important;
}

Result