How do i move the text and button to the bottom of the image banner on spotlight theme

I have a problem with moving the text and button to the bottom of the image banner on mobile. I already did it on desktop, and the text is at the bottom but i cant find the solution to this on mobile.

on desktop its on the bottom

but on mobile its on the middle.

Hi @michal0000 , you can try adding this CSS

Online Store > Theme > Customize > Settings > Custom Css

@media only screen and (max-width: 767px) {
.banner__box {
bottom: -20%;
}
}

Hope this helps and feel free to tag me if you have any more questions