.vjs-big-play-button {
    background: #fff!important;
    height: 1.2em!important;
    border-radius: 0.75em!important;
    line-height: normal!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)!important;
    font-size: 3.5em!important;
    width: 2.5em!important;
    border: 0.06666em solid #fff!important;
}

.video-js .vjs-control-bar {
    background: initial!important;
}

.play-video-play-recorded-video {
    position: absolute;
    z-index: 1;
    width: 90px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-video-stop-recorded-video {
    position: absolute;
    padding: 4px 12px 4px 12px!important;
    color: #f18024;
    width: 40px;
    bottom: 10px;
    left: 10px;
}

.play-video-streaming-video-block {
    position: relative;
}
