#desktop-nav-background {
	background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 999;
}