body {
  background: #17191f;
  font-family: 'Roboto';

}



/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


body {
  margin: 0
}

.jwplayer {
  position: absolute !important
}

.jwplayer.jw-flag-aspect-mode {
  min-height: 100%;
  max-height: 100%
}

select {
  background-color: transparent;
  border: none;
  color: #ccc;
  text-align: right;
  font-size: small;
  text-transform: uppercase;

}

option:hover {
  background-color: #555;
  cursor: pointer;
}

select:focus {
  outline: none;
}

div#hello {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

div#hello:hover {
  opacity: 1;
}

option {
  text-transform: uppercase;
  color: #aaa;
  font-family: 'Roboto';
}