Mobile screen of my site's home page got shifted to left side

I tried to resolve this with theme.css
please assist, will be a great help.

Can you share store url here? Like that it will make easy to check and help you.

Hi JosephK,
URL - https://6b4c5c-3.myshopify.com/

Your store is protecting by password. Can you share the password to access too?

Please check now, I’ve removed password. There is a horizontal scroll.

To solved this issue, you can add the code bellow to assets/theme.css file:

@media only screen and (max-width: 767px){
  .shoppable-image .shoppable-image__wrapper{
    overflow-x: hidden;
  }
}