Hi, I have this project page with an overlay: https://www.softlaunch.live/puma-copy-3/
I added the css code below, so the overlay covers the site title and menu. When I reload the project page, the close button is not visible anymore and the site title + the navigation is visible again.
How can I maintain the cover of the overlay?
: #lay-project-overlay{
z-index: 20!important;
}