:root {
  color-scheme: dark;
}

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

body {
  background: #000;
}

.player {
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 200px;
}

#player-root {
  width: 100%;
  height: 100%;
}

#player-root iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 200px;
  border: 0;
}

.player-message {
  margin: 0;
  padding: 24px;
  color: #fff;
  font:
    14px/1.5 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
