.ByteModal {
  background-color: white;
  bottom: auto;
  height: 90%;
  left: 50%;
  outline: none;
  overflow: visible;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 5;
}

.ByteModalOverlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

@media screen and (min-width: 1400px) {
  .ByteModal {
    height: 80%;
  }
}
