.ndmais-conten-video-js .vjs-control-bar{
    background: rgb(6,6,18);
    background: -moz-linear-gradient(0deg, rgba(6,6,18,1) 0%, rgba(0,0,0,0.2721463585434174) 50%, rgba(0,0,0,0.14609593837535018) 100%);
    background: -webkit-linear-gradient(0deg, rgba(6,6,18,1) 0%, rgba(0,0,0,0.2721463585434174) 50%, rgba(0,0,0,0.14609593837535018) 100%);
    background: linear-gradient(0deg, rgba(6,6,18,1) 0%, rgba(0,0,0,0.2721463585434174) 50%, rgba(0,0,0,0.14609593837535018) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060612",endColorstr="#000000",GradientType=1);
}


.ndmais-video-js-element .vjs-big-play-button{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    background-color:#000;
    border: none;
    font-size: 50px;
    border-radius: 50%;
    border: 2px solid #333;
    opacity: 0.8;
}

.ndmais-video-js-element:hover .vjs-big-play-button{
    background: black;
    opacity: 1;
    border: 2px solid #333;
}