Hello! So I wrote a bit of CSS that should do the trick:
{% style %}
@media only screen and (max-width: 750px) {
div#Banner-template--15678560928002__1646719687b65aea62{
width: 135%;
margin-left:-17%;
}
}
{% endtyle %}
(Do this on a test theme first!) Go into your store admin, then go to Online Store > Themes > Actions (on your live theme) > Edit Code. Then search and find the file named ‘theme.liquid’. Add that code to either the very bottom of that file, then hit save! That should work.
Hopefully, that helped out, let me know if it did or if I can answer anything else!