#popup {
  position: fixed;
  top: 199;
  left: 230;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 100;
  display: none;
}
#popup .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

#popup .close {
  position: absolute;
  left: 0;
  top: 0;

  width: 6%;
  height: 6%;
  z-index: 10;

  background: url("../../assets/img/close-button.png") no-repeat;
  background-size: contain;

  cursor: pointer;
  border: none;
}

.popup-test {
  position: absolute;
}
