It wont adjust from landscape to portrait mode (mobile)

My about page has a video background with overlapping description text. On mobile when adjusting to landscape mode the top part of the description is covered by header, and sometimes on portrait mode when people dont open on system browser. Can someone help me make the description adjust to both portrait and landscape mode so that none of the text is covered on the page?

STORE URL: https://c1e46d.myshopify.com/collections

Hi @suoshie ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file

.videoBackground .videoBox {
flex-direction: column-reverse;
}

Hope my answer will help you.