.video-js {
    position: fixed;
    right: 0;
    bottom: calc(45% - 196px);
    box-shadow: 0 1px 16px rgb(0 0 0 / 30%);
    z-index: 1000;
    cursor: move;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
    background: transparent;
}

.video-js .vjs-tech {
    border-radius: 5px 0 5px 5px;
}

#show-player {
    display: none;
    width: 72px;
    height: 48px;
    line-height: 48px;
    position: fixed;
    bottom: calc(45% - 64px);
    right: 0;
    text-align: center;
    font-size: 16px;
    color: white;
    box-shadow: 0 1px 16px rgb(0 0 0 / 30%);
    background-color: rgba(43, 51, 63, 0.7);
    z-index: 1000;
    cursor: pointer;
}

#show-player img {
    width: 28px;
    margin-top: calc((48px - 28px) / 2);
}

#close-video {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: white;
    position: relative;
    float: right;
    text-align: center;
}

.video-js .vjs-picture-in-picture-control {
    display: none;
}
