body {
    margin: 0px;
    padding: 0px;
}

video {
    width: 100%;
}

.arrow {
    /*width: 75px;*/
    /*width:75%;*/
    height: 52px;

    text-align: center;
}

.progressdot {
    height: 52px;
    display: inline-block;
}

#controls{
  display:flex;
  /*width:100%;*/
  /*padding: 0 10px;*/
  margin-top: 15px;
}


#progress {
    /*position: absolute;*/
    /*width:90%;*/
    padding: 0 20px;
    flex-grow:2;
    display: flex;
    justify-content: space-around;
}
