{
  "version": 3,
  "sources": [
    "<no source>",
    "src/css/index.scss"
  ],
  "names": [],
  "mappings": "AAAA;;;;;GAAA,ACAA,sBACE,kBACA,aACA,YACA,WAAY,CACb,mBAIC,eACA,kBACA,OACA,YACA,UACA,oCAAA,4BACA,YACA,mBACA,6BAAiC,CAClC,2SAWC,SAAU,CACX,4QAOC,SAAU,CACX,oBAGC,YACA,UACA,WACA,gBACA,WACA,kBACA,kBACA,SAAa,CACd,qBAGC,YACA,kBACA,WACA,WACA,iBACA,SACA,kCACA,mCACA,yBAA0B,CAC3B",
  "file": "videojs-thumbnails.min.css",
  "sourcesContent": [
    null,
    ".vjs-thumbnail-holder {\n  position: absolute;\n  left: -1000px;\n  bottom: 11px;\n  height: 86px;\n}\n\n/* the thumbnail image itself */\n.vjs-thumbnail-img {\n  max-width: none;\n  position: absolute;\n  left: 0;\n  bottom: 16px;\n  opacity: 0;\n  transition: opacity 0.2s ease;\n  height: 86px;\n  padding: 5px 0 23px 0;\n  background: rgba(255,255,255,0.7);\n}\n\n/* fade in the thumbnail when hovering over the progress bar */\n\n/* .fake-active is needed for Android only. It's removed on touchend/touchecancel */\n.vjs-progress-control:hover .vjs-thumbnail-img,\n.vjs-progress-control.fake-active .vjs-thumbnail-img,\n.vjs-progress-control:active .vjs-thumbnail-img,\n.vjs-progress-control:hover .vjs-thumbnail-time,\n.vjs-progress-control.fake-active .vjs-thumbnail-time,\n.vjs-progress-control:active .vjs-thumbnail-time {\n  opacity: 1;\n}\n\n/* ... but hide the thumbnail when hovering directly over it */\n.vjs-progress-control:hover .vjs-thumbnail-holder:hover,\n.vjs-progress-control:active .vjs-thumbnail-holder:active,\n.vjs-progress-control:hover .vjs-thumbnail-holder:hover .vjs-thumbnail-time,\n.vjs-progress-control:active .vjs-thumbnail-holder:active .vjs-thumbnail-time {\n  opacity: 0;\n}\n\n.vjs-thumbnail-time {\n  bottom: 23px;\n  opacity: 0;\n  color: #333;\n  font-size: 1.1em;\n  width: 40px;\n  margin-left: -20px;\n  position: absolute;\n  z-index: 9999;\n}\n\n.vjs-thumbnail-arrow {\n  bottom: 12px;\n  position: absolute;\n  opacity: 0.7;\n  width: 10px;\n  margin-left: -5px;\n  height: 0;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #fff;\n}"
  ],
  "sourceRoot": ""
}