.iframe-container {
     position: relative;
      width: 100vw;
    }

.iframe-container iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px;
}  
