body {
  margin: 0;
  overflow: hidden;
  background: #000;
}

iframe {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

/* #fullscreenButton {
  position: fixed;
  right: 10px;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
} */


@media (orientation: portrait) {
  iframe {
    width: 100vh;
    height: 100vw;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /* #toolbar {
    width: 100%;
  }

  #fullscreenButton {
    bottom: 10px;
    top: auto;
  } */


}


@media (orientation: landscape) {
  iframe {
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  /* #toolbar {
    position: fixed;
    width: 2.65em;
    height: 100%;
  }

  #fullscreenButton {
    top: 10px;
    bottom: auto;
  } */


}
