.video-js {
    width: 100%;
    /* height: 100px ;  */
}

.vjs-rewind {
    width: 34px;
    height: 33px;
    margin-top: 6px;
    transition: width 1s
}
.vjs-forward {
    width: 24px;
    height: 33px;
    margin-top: 6px;
    transition: width 1s
}

.vjs-theme-forest .vjs-big-play-button {
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    top: 50%;
    color: white;
    border-radius: 100%;
    height: 88px;

}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: FontAwesome;
    content:"\f144";
    font-size: 110px;
    margin-top: 22px;
}