#mask{
  position: fixed;
  top: 50px;
  height: calc(100vh - 50px);
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
  transition: opacity 0.5s ease;
  width: 100vw;
}
