As you see in the picture when I open the menu it will be hidden because of the vide

Hi @nefertitii

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

WWW.OOFGO.COM
2399

WWW.OOFGO.COM
2399

Hi @nefertitii

  1. Go to Shopify Admin → Online store → Theme → Edit code:

  1. Add this code at the end of file base.css:
@media screen and (max-width: 767px)
.videoBackground .fullscreen-video-wrap {
    z-index: 2 !important;
}

Result

Good luck, if this solution helps you, please mark the solution, thanks!