#modal-menu {
  background: rgba(249, 249, 249, 0.85);
  position: fixed !important;
  top: 100px;
  left: 0;
  right: 0;
  transition: .5s;
  bottom: 120%;
  overflow: hidden;
  display: flex;
  z-index: 10;