Shopify Banner Doesn't Resize When on Mobile

I am currently using the Dawn Theme and have recently uploaded a new banner image. However, I have noticed that the image does not automatically adjust its size when viewed on mobile devices, unlike the previous image. Could someone please guide me on how to ensure that the banner image resizes seamlessly between desktop and mobile devices?

Website: themcneillbrand.com

@TheMcNeillBrand Go to Assates/section-image-banner.css and Paste below CSS at bottom of file.

.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content
{
min-height: 150px;
max-width: 500px;
}
1 Like

Thank you. That works!