.jw-icon-rewind{
    display: none;
}
#jw-rewind-button-custom{
    position:relative;
    top:2px;
    margin-right:10px;
    width:23px;
    height:20px;
    background-size: 20px 17px;
    background-image: url('../img/icon/rewind.png');
    background-repeat: no-repeat;
}
#jw-rewind-button-custom:hover{
    cursor: pointer;
    background-image: url('../img/icon/rewind_h.png');
}
#jw-forward-button-custom{
    position:relative;
    top:2px;
    background-size: 20px 17px;
    margin-right:10px;
    width:23px;
    height:20px;
    background-image: url('../img/icon/forward.png');
    background-repeat: no-repeat;
}
#jw-forward-button-custom:hover{
    cursor: pointer;
    background-image: url('../img/icon/forward_h.png');
}
#jw-skip-start-point-button{
    position: absolute;
    bottom: 13%;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-right: 22px;
    background-color: rgba(0,0,0,0.6);
    border: 1px solid #f2f2f2;
    z-index: 999999;
}

#jw-skip-start-point-button:after{
    content: "\f051";
    font-family: FontAwesome;
    right: 6px;
    position:absolute;
    top:0;
}

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

#jw-skip-start-point-button:hover{
    color: #f7941e;
}
.jw-episode{
    width: 100% !important;
}

#speed{
    top: 8px;
    right: 5px;
}