.vh-player{position:relative;width:100%;height:100%;overflow:hidden;background:#000;color:#fff;direction:ltr;outline:0}.vh-player video{display:block;width:100%;height:100%;object-fit:contain;background:#000}.vh-player__controls{position:absolute;z-index:6;right:0;bottom:0;left:0;display:flex;align-items:center;gap:9px;padding:27px 12px 10px;background:linear-gradient(transparent,rgba(3,7,13,.92));font:600 12px/1 Arial,sans-serif}.vh-player__button{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#fff;cursor:pointer;font:inherit;font-size:16px}.vh-player__button:hover,.vh-player__button:focus-visible{background:rgba(255,255,255,.14);outline:0}.vh-player__pause-icon,.vh-player__muted-icon{display:none}.vh-player.is-playing .vh-player__play-icon,.vh-player.is-muted .vh-player__sound-icon{display:none}.vh-player.is-playing .vh-player__pause-icon,.vh-player.is-muted .vh-player__muted-icon{display:inline}.vh-player__volume{width:70px;height:4px;accent-color:#fff;cursor:pointer}.vh-player__timeline{position:relative;display:flex;flex:1;min-width:70px;align-items:center;height:24px}.vh-player__timeline>input{width:100%;height:5px;margin:0;accent-color:#ff2d55;cursor:pointer}.vh-player__preview{position:absolute;z-index:9;bottom:27px;left:var(--preview-left,50%);overflow:hidden;transform:translateX(-50%);border:2px solid rgba(255,255,255,.92);border-radius:7px;background:#080a0d;box-shadow:0 8px 26px rgba(0,0,0,.55);pointer-events:none}.vh-player__preview-image{width:160px;height:90px;background-repeat:no-repeat;background-color:#111}.vh-player__preview span{display:block;padding:5px 7px;background:rgba(0,0,0,.9);color:#fff;text-align:center;font-size:11px}.vh-player__time{flex:0 0 auto;white-space:nowrap;font-variant-numeric:tabular-nums;color:#fff}.vh-player:fullscreen{width:100vw;height:100vh;border-radius:0}.vh-player:fullscreen video{width:100%;height:100%}.vh-player .player-watermark{z-index:4}@media(max-width:680px){.vh-player__controls{gap:4px;padding-inline:6px}.vh-player__volume,.vh-player__pip{display:none}.vh-player__button{flex-basis:29px;width:29px}.vh-player__time{font-size:10px}.vh-player__preview-image{width:128px;height:72px;background-size:auto}.vh-player__preview{transform:translateX(-50%) scale(.9);transform-origin:bottom center}}
