.hidden {
  display: none;
}

#overlay {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height:100%; */
  display: inline;
  align-items: center;
  justify-content: center;
  opacity: 1;
  /* background-color: #00000060;
  color: #ffffff; */
}

#overlay > div {
  text-align: center;
}

#overlay > div > p {
  color: #777777;
  font-size: 12px;
}

/* #overlay #control{
  position: absolute;
  bottom:0;
  margin-bottom: 20px;
} */

#videoCtrl{
  z-index: 200;
  display: none;
  bottom: 5px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
}

#social{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  margin: 25px;
  z-index: 99;
}  

#social img{
  padding: 10px;
}  

#tripod {
  position: absolute;
  top:0;
  right: 0;
  margin:25px;
  z-index: 99;
  display: inline;
}