.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal-overlay .info {
  background-color: #fff;
  height: 63%;
  left: 50%;
  margin-left: -34%;
  margin-top: -28%;
  position: fixed;
  top: 50%;
  width: 67%;
}