.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(4,4,4,0.4);
  opacity: 1;
}

.overlay.black {
  background-color: rgba(0,0,0,.5);
}

