.fill_video {
    width: 100%;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
}

.fill_video:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none!important;
    opacity: 0!important;
}
