.truthordare-game {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  aspect-ratio: 16/9;
  border: 0 none;
}

.truthordare-game.--tablet {
  aspect-ratio: 9/11;
}

.truthordare-game.--mobile {
  aspect-ratio: 9/16;
}

.truthordare-game__iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}
