Our Logo/Hero image on the homepage has max-width settings but they are being overridden

Our hero image extends below the viewport on some screen sizes, which is bad UX.

It appears to already have max-width CSS rules, but something is over-riding them. Please fix it so the image reduces its size (but stays centered) on some screen sizes so that the image never extends below the bottom of the screen.

image

Plain white, the page’s default colour, is fine to fill the now empty edges unless you have a better suggestion.

Adding you to this as we mentioned before it was connected to the homepage boxes task

The CSS is here: https://github.com/focallocal/fl-maps/blob/deploy-phm/imports/client/ui/pages/Home/styles.scss

Its the @media statements with #hero-bg. I can’t see why it’s being overridden though.