.vidiun-player-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
