.video-js {
    width: 640px;
    margin-bottom: 10px;
}


.video-js .vjs-poster {
    background-size: cover;
}
.video-js .vjs-poster img {
    width: 640px;
}

.video-js .vjs-remaining-time {
    display: none !important;
}

.video-js .vjs-duration {
    display: block !important;
    padding-left: 0 !important;
}

.video-js .vjs-current-time {
    display: block !important;
    padding-right: 4px !important;

}

.video-js .vjs-duration::before {
    content: "/ " !important;
}

.video-js .vjs-duration {
    color: #aaa
}

.video-js .vjs-control-bar {
    background: #222 linear-gradient(to bottom, #444 0%, #333 20%, #222 80%, #111 100%) !important;
}

.video-js .vjs-big-play-button {
    background: #222 !important;
    width: 50px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 2px #1b1b1b inset;
}

.video-js:hover .vjs-big-play-button {
    background-color: #800 !important;
    box-shadow: 0 0 0 2px #6d0000 inset;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: block;
    margin-top: 2px;
}

.video-js .vjs-control-bar button,
.video-js .vjs-control-bar div {
    border-radius: 0 !important;
}

.vjs-progress-control,
.vjs-volume-panel,
.vjs-play-control,
.vjs-duration,
.logo-image,
.vjs-picture-in-picture-control,
.vjs-custom-control-spacer {
    border-right: #333 solid 1px !important;
    margin-right: -1px;
}

.vjs-play-control:hover,
.logo-image:hover,
.vjs-picture-in-picture-control:hover,
.logo-image:hover,
.vjs-fullscreen-control:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.video-js .vjs-control-bar button span {
    color: #aaa !important;
}

.video-js .vjs-progress-holder {
    height: 7px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.video-js .logo-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 10px !important;
    cursor: pointer;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 60px;
    height: 100%;
    position: relative;
}

.video-js .vjs-play-progress:before {
    content: "" !important;
    font-size: 0 !important;
    position: absolute;
    line-height: .1em;
    background: #b2b2b2;
    z-index: 1;
    top: -6px !important;
    right: -8px !important;
    width: 15px;
    height: 15px;
    border: #eee solid 4.5px;
    border-radius: 50%;
    box-shadow: inset 0 -1px 2px #d8d8d8;
}

.vjs-volume-level:before {
    content: "" !important;
    height: 12px;
    width: 4px;
    top: -5px !important;
    right: 0 !important;
    background: #fff;
}

.vjs-volume-level {
    background-color: #a00 !important;
}

.video-js .vjs-progress-control {
    position: absolute !important;
    align-items: flex-start !important;
    top: -3px;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 4px !important;
    margin: 0 !important;
}

.video-js .vjs-progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 !important;
    background: #5a5a5a;
}

.video-js .vjs-custom-control-spacer {
    display: flex;
    flex-grow: 1;
}

.vjs-load-progress div {
    background: #6a6a6a !important;
}

.vjs-play-progress {
    padding-top: 10px;
    background: #c50000 linear-gradient(to bottom, #c50000, #6d0000);
    transition: width 0.05s linear !important;
}

.logo-image img {
    height: 12px !important;
    width: auto !important;
    display: block;
    max-width: none !important;
}

.video-js .vjs-progress-holder::before {
    content: "";
    position: absolute;
    top: -13px;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 10;
}

.vjs-spacer {
    display: block !important;
}