.iframe-wrapper {
  display: grid;
  place-items: center;
}

iframe {
  width: 90vw;
  height: 100vh;
  overflow: hidden;
  border: none;
}
