.container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  background-color: white;
}

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
}