How to change Brooklyn theme grid to rectangle?

Hello, I am currently looking to change the product grid from square to rectangle. Thank you.

Hi @harbour-colecti ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.grid-product__image-wrapper{
	height: 100% !important;
}
.product--wrapper >div {
    padding-top: 100% !important;
}

Hope it helps!