.video-component{width:100%;height:100%;position:relative}.video-component--lazy{cursor:pointer}.video-component__thumbnail{object-fit:cover;width:100%;height:100%}.video-component__play-btn{cursor:pointer;background:#0009;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-component__play-btn:hover{background:#000c}.video-component__play-btn svg{color:#fff;width:24px;height:24px;margin-left:3px}