.iframe-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  flex-direction: column;
}

.close-wrapper {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.iframe-modal iframe {
  max-width: 80%;
  border: none;
}

button.close-iframe {
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #FFFF00;
  cursor: pointer;
  font-size: 26px;
  margin-right: 0;
  float: right;
  margin-left: auto;
}