.vjs-rewind-by-tap {
    background: transparent;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.vjs-rewind-by-tap.is-active {
    display: block;
}
.vjs-rewind-by-tap-backward {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}
.vjs-rewind-by-tap-forward {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}
.vjs-control-bar {
    z-index: 9999;
}