/**
 * videojs-vtt-thumbnails
 * @version 0.0.13
 * @copyright 2019 Chris Boustead <chris@forgemotion.com>
 * @license MIT
 */
.video-js.vjs-vtt-thumbnails {
    display: block
}

.video-js .vjs-vtt-thumbnail-display {
    position: absolute;
    transition: transform .1s, opacity .2s;
    bottom: 85%;
    pointer-events: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
    width: 160px;
    height: 90px;
}