
#playButton {
  position: absolute;
  bottom: 5%;
  left:35%;
  width: 30%;
  height: 6%;
  font-size: xx-large;
}

#libVersion {
  position: absolute;
  top: 2%;
  left:2%;
  width: auto;
  height: auto;
  font-size: x-large;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

#myIsIOS {
  position: absolute;
  top: 2%;
  left:50%;
  width: auto;
  height: auto;
  font-size: x-large;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

#myPerform {
  position: absolute;
  top: 2%;
  right:2%;
  width: auto;
  height: auto;
  font-size: x-large;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

#myBuffering {
  position: absolute;
  bottom: 20%;
  left:40%;
  width: 20%;
  height: 6%;
  font-size: xx-large;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}


#myProgress {
    bottom: 12%;
    left:12%;
    width: 76%;
    background-color: #6c757d;
    position: absolute;
  }
  
  #myBar {
    width: 1%;
    height: 30px;
    background-color: #00ccff;
  }

  #myBarPlay {
    width: 0.5%;
    top: -3px;
    left: -0.25%;
    height: 36px;
    background-color: #ff0000;
    position: absolute;
  }

