Collection Hero image not keeping the proportions on mobile

Hi,

I’m trying to fix the issue with the collection hero image getting cropped on mobile or when the screen is narrow. How do I make the image stay square all the time and just become smaller?

Thank you

@MilpaliSwim

Please share your store URL!

Thanks!

https://www.milpali.com/collections/first-nations-swimwear

@MilpaliSwim

Please share the screenshot of what you want!

Thanks!

I would like this image to be the original proportions, which in this case is square.

@MilpaliSwim

Please add the following CSS code to your assets/base.css bottom of the file.

@media screen and (max-width: 749px){
.collection-hero__image-container {height: 35rem !important;}
}

Thanks!