/*! @name @yangkghjh/videojs-aspect-ratio-panel @version 0.0.1 @license MIT */
.vjs-resizer-modal{position:relative;z-index:1;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:transparent}.vjs-resizer-modal-content{background-color:rgba(43,51,63,.7);margin:10% auto;width:460px;height:300px}.vjs-resizer-modal-close{position:relative;color:#fff;float:right;font-size:28px;font-weight:lighter;right:4px}.vjs-resizer-modal-close:focus,.vjs-resizer-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}.vjs-resizer-wrap{font-size:16px;line-height:200%;position:relative;width:350px;height:100%;margin:15% auto;z-index:1}.vjs-resizer-modal-title{text-align:center;padding:12px;font-size:18px}.vjs-resizer-size .size-scroll{color:#fff;width:255px;height:5px;background:#ccc;position:relative;display:inline-block}.vjs-resizer-size .size-scroll-bar{width:15px;height:15px;background:#369;position:absolute;top:-5px;left:255px;cursor:pointer;border-radius:100%}.vjs-resizer-size .size-scroll-mask{position:absolute;left:0;top:0;background:#369;width:255px;height:5px}.vjs-resizer-size .size-title{display:inline-block;cursor:initial;margin-right:12px}.vjs-resizer-wrap ul{margin-top:20px;padding:0}.vjs-resizer-wrap li{list-style:none;text-align:center;cursor:pointer;background-color:#555}.vjs-resizer-wrap li:hover{background-color:#465555}