Mobile 'Custom Content' Image too Large - Palo Alto

How can I make the mobile image smaller?

First image is way too large for the mobile, second is an example image of how I would like it to look. A little smaller and maybe more square so you dont have to scroll down so much to see products.

Hi @abrueckner , can you share your store url?

https://cb0e24-2.myshopify.com/

@abrueckner , go to theme.css and add the following code :

.brick__block__content {
    height: 40vh !important;
}

Thank you!