#vjs-rewind-button-custom{
    position:relative;
    top:11px;
    margin-right:10px;
    width:23px;
    height:20px;
    background-size: 20px 17px;
    background-image: url('../img/icon/rewind.png');
    background-repeat: no-repeat;
}
#vjs-rewind-button-custom:hover{
    cursor: pointer;
    background-image: url('../img/icon/rewind_h.png');
}
#vjs-forward-button-custom{
    position:relative;
    top:11px;
    background-size: 20px 17px;
    width:23px;
    height:20px;
    background-image: url('../img/icon/forward.png');
    background-repeat: no-repeat;
}
#vjs-forward-button-custom:hover{
    cursor: pointer;
    background-image: url('../img/icon/forward_h.png');
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar:hover{
    opacity: 1;
}

#jw-skip-start-point-button{
    position: absolute;
    bottom: 13%;
    right: 4%;
    padding: 11px 28px 8px 10px;
    background: rgba(0, 0, 0, 0.7);
    border: 0.5px solid #FCFCFC;
    z-index: 999999;
    border-radius: 4px;
}

#jw-skip-start-point-button:after{
    content: "\f0da";
    font-family: FontAwesome;
    right: 11px;
    position:absolute;
    top: 8px;
    font-size: 20px;
}

#jw-skip-start-point-button span{
    display: block;
    width: 100%;
}

#jw-skip-start-point-button:hover{
    background: rgba(81, 81, 81, 0.7);
}