Need help resizing banner image for mobile

Someone please help me with resizing the image in the banner of mobile only. I do not want the banner resized, I am just trying to figure out how to make the media smaller keeping the same aspect ratio. I want to be able to see the whole logo in the banner because currently it looks zoomed in. I am using Dawn Theme 11.0.0

swavy.store is the URL

password: ahstah

Not an ideal solution but this will show the whole logo if you add it to the Custom CSS of the Banner section:

img {
  object-fit: inherit;
}

The logo looks stretched, there’s no way to fix that?