#player-warpper{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 400px;
    height: 320px;
}

.video-player{
    width: inherit;
    height: inherit;
}

.video-content{	
    width: inherit;
    height: inherit;
}
#videoControls{
    width: 600px;
    margin-top: 0px;
}
#progressWrap{
    background-color: black;
    height: 25px;
    cursor: pointer;
}
#playProgress{
    background-color: red;
    width: 0px;
    height: 25px;
    border-right: 2px solid blue;
}
#showProgress{
    background-color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}