.video-js {
    font-size: 10px;
    color: #ffffff;
}

.vjs-default-skin .vjs-big-play-button {
    font-size: 1.5vw;/*5em;*/
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -1.25em;
    margin-top: -1.25em;
}

.vjs-playing.vjs-has-started .vjs-big-play-button {
    display: none;
}

.video-js .vjs-load-progress div {
    background: rgb(159 115 115 / 75%);
}

.video-js .vjs-slider {
    background-color: #9f7373;
    background-color: rgb(159 115 115 / 50%);
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #9f7373;
    background-color: rgba(159, 115, 115, 0.5);
}
#tvfurkan-player.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{
    width: 5em;
    height: 3em;
    margin-right: 0;
        visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

#tvfurkan-player.video-js .vjs-volume-panel.vjs-volume-panel-horizontal{
    width: 10em;
    transition: width 0.1s;
}