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

body {
  margin: 0 1rem;
  color: #eeeeee;
}

html {
  background-color: #111111;
}

.plyr {
  aspect-ratio: 16/9;
  max-height: calc(100vh - 10rem);
}

.plyr__tooltip {
  white-space: normal !important;
}

.plyr__preview-thumb__image-container {
  width: 178px;
  height: 100px;
}
