.vjs-theme-text {
    background-color: transparent;
}

.vjs-theme-text .vjs-control-bar {
    background-color: transparent;
    margin: 10px 0;
}

.vjs-theme-text .vjs-control-bar .vjs-button {
    background: #444;
    color: #fff;
    border: none;
    padding: 5px 0;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

.vjs-theme-text .vjs-playback-rate-value {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
}

.vjs-theme-text .vjs-control.acp-button-fullscreentoggle {
    width: 60px
}
.vjs-theme-text .acp-button-custommutetoggle {
    width: 50px;
}

.vjs-theme-text .vjs-control .vjs-slider-bar {
    background: red;
    color: red
}
