.slider-menu-overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    margin: auto;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 1000;
}