.video-list .vjs-big-play-button{
    background-color: transparent !important;
    width: 100%;
    height: 7rem !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/play.svg');
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 50% calc(50% - 10px);
    border: none !important;
    box-shadow: none !important;
   
}
.video-list .vjs-big-play-button span{
    display: none;
}

.video-list .vjs-big-play-button:before{
    content: "" !important;
    display: none !important;
}
/* .video-list .vjs-big-play-button:hover{
    background-color: transparent;
    opacity: .7;
} */

.nav.nav-tabs.nav-tabs-video.nav-tabs-feature .nav-item a{
    width: 100%;
}

.breadcrumbs .d-none{
    display: none !important;
}
