/**
 * Front-end CSS for sp_postVideo component
 */
 
.videoProgBarContainer{
    width: 100px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.videoProgressBar{
    height:5px;
    background: silver;
    border: 1px gray solid;
    float: left;
}
.sp-video-player{
    max-width: 100%;
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */;
}
.sp-video-player-container{
    width: 70%;
    max-height: 320px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
}
.sp-video-desc{
    margin: 20px;
}