Banner on mobil with Spotlight theme cutting off

My image on pc looks good.. Image on mobile is cut off. I have tried multiple codes I’ve seen recommended in liquid section but it does not work. I do not see a base.css file either…

How can i fix it?

yea - i have no idea what any of that means… if you can help

Share Preview Link

What’s a preview link? My site is www.216tumblers.com

Yes

I still have not heard back since my last reply asking what a preview link is and stating my website.

Please give me valid site link
See ScreenShot
https://prnt.sc/QzyGfYxFaynX

preview Link Is your Code Share Link
see ScreenShot

https://prnt.sc/v9YXHmjrcakp

Send Url
See —> https://prnt.sc/-gZ8KArQqKO2

https://216tumblers.com/?_ab=0&_fd=0&_sc=1

Add This Css In your Base.css File
Follow My Step

  1. click Edit Code

  1. Open base.css

Put This Code Like This

.media>img {
    object-fit: fill !important;
}

ok, i did that - now the whole picture shows but its large and doesnt look proportionate. its too wide.

Okay, Replace Code With This New Code This Coe Is Work only mobail view Okay

@media screen and (max-width:767px){
  .media>img {
     object-fit: fill !important;
   }
}