html, body {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
}


#player {
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
}
