html, body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  overflow-y: hidden;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}