How can I fix the excessive size of my website's hero banner?

Hello,

I am trying to figure out an issue I am having with the hero banner on my website.

No matter what dimensions the banner is or what size I select in the admin it always seems to be extra large on both mobile and desktop.

Perhaps this is related to some code editing that was done in the past that needs to be removed so would be great if someone could take a look

Site: cumfylids.com

Pw: Tito123!

TY

Hi @Southpaw12 ,

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

.hero {
  background-size: auto;
}

Hope it helps!