#pleiade2ModalOverlay {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

#pleiade2ModalOverlay > div {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 90%;
  padding: 30px 20px 20px 20px;
  border-radius: 6px;
  background: #fff;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}

.none {
  display: none;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: relative;
}