/* Hide the captions settings item from the captions menu. */
/* This is because hls.js tech can't control formatting. */
li.vjs-menu-item.vjs-texttrack-settings {
    display: none;
  }
