.iframe-container {
  position: relative;
  height: 100%;
}

.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
