How can I make my Dawn Theme banner appear fullscreen on mobile?

I have my banner fullscreen on my website

www.sombly.com

but it does not appear fullscreen on mobile.

Can someone please help me fix this?

@Sombly try this css

@media screen and (max-width: 749px) {
.banner:not(.banner–stacked) {
height: 100Vh;
}

}

What CSS? I cant find it in coding

go to asssets > base.css copy the code and save

@media screen and (max-width: 749px) {
.banner:not(.banner–stacked) {
height: 100Vh;
}

}

hThank you so much

@Sombly have a good day!