.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0f0f0f;
  z-index: 1041;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .modal-overlay.open {
    opacity: 0.2; }

.modal-popup {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1042;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 10px;
  background: #fff; }
  .modal-popup.open {
    width: 80vw;
    height: 80vh; }
  .modal-popup iframe {
    border: 0;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=modal.css.map */
