:root {
  --main-bg-color: rgb(32, 33, 36);
}

#videoContainer {
  border-radius: 0;
  margin: 0;
  width: 100svw;
  height: 100svh;
}

.nice-select {
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.nice-select.open .list {
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
}

.nice-select .list {
  margin-top: 4px;
}

.control {
  touch-action: manipulation;
}
