.check{
    width: 15px;
    height: 15px;
}

.videoFrame{
    width: 70%; 
}
video{
  position:relative;
  display:block;
  width:100%; 
}
.samimg{
    padding-top: 20px;
    width: 100%;
    height: auto;
}

#annoSlider{
    width: 100%;
    height: 15px;
    margin-top: 5px;
}

.footer {
    bottom: 0px;
    width: 230px;
    position: fixed;
    background-color: #ccc;
}

.progressBar
{
    position: relative;
    width: 100%;
    height:10px;
    background-color: #000;
}
.timeBar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ccc;
}