Move Image Banner Button

Hi,

I want to move the “shop now” button to the top left corner on mobile. Its in the top left corner already on a computer screen but not on mobile. Please help me.
https://g0eska-es.myshopify.com/

Hello @drakenberg

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

@media only screen and (max-width: 749px){
.banner--content-align-mobile-left .banner__box {
text-align: left;
top: -42%;
}
}