How to set a specific height and width for featured collection on Shopify Dawn theme?

I have made a specific width and height image for my products for featured collection, but when I select on adapt to image, it is still upsized, I’d love to know how can I do this, thank in advance!

My url if needed: https://maers.my/

Hello @maers

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.collection .card__media img {
width: 90%!important;
height: auto;
object-fit: contain;
}

Do I not need to include the gif or image?

Unfortunately, that does not work at all. Look https://maers.my/