.hidden {
  display: none;
}

#overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  display: none;
  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;
}

#overlay #control #social img{
	padding: 10px;
}  

#overlay #control #playctrl img {
	width: 65px;
	padding: 30px;
}

#overlay #tripod {
  position: absolute;
  top:0;
  right: 0;
  margin:25px;
}