.art-video-player {
    .art-contextmenus {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 120;
        left: 0;
        top: 0;
        min-width: 160px;
        background-color: rgba(26, 26, 26, .96);
        border-radius: 5px;

        .art-contextmenu {
            cursor: pointer;
            font-size: 14px;
            display: block;
            color: #fff;
            padding: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            opacity: .8;
            &:hover {
                opacity: 1;
            }

        }
    }

    &.art-contextmenu-show {
        .art-contextmenus {
            display: flex;
        }
    }
}
