.smooth-video-player{background:#000;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative}.smooth-video-player>video{object-fit:contain;background:#000;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.smooth-video-player__buffering{z-index:2;pointer-events:none;background:rgba(0,0,0,.72);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.smooth-video-player__buffering-icon{font-size:var(--font-size-3xl);color:#fff}.smooth-video-player__buffering-text{color:#fff;font-size:var(--font-size-md);font-weight:400;line-height:1.4}.smooth-video-player--stalling>video::-webkit-media-controls-loading-panel{display:none!important}
