#wraper-hands {
  position: relative;
  left: 10px;
  top: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
}

#look,#main-handpro-div {
    display: none;    
}
#videoElement,#hide_bar1,#hide_bar2 {
  display: none;    
}
#main-handpro-div{
  position: relative;
  display: inline-block;
}
.press{
  //padding: 10px 70px 10px 70px;
  width:250px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid white;
  position: relative;
  display: inline-block;
  background-color: rgba(0, 56, 102, 0.5);
  color: aliceblue;
}
.press:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
.press:hover .tooltiptext-div-hand {
	animation: 0.5s linear 1.5s forwards fadeIn ;
	
  
}
@keyframes fadeIn {
      from{opacity:0;}
			to { visibility: visible;opacity:1; }  
}
.press .tooltiptext-div-hand {   
  //width:100%;		
  //height:135px;
  //overflow:auto;
  padding:8px;
  background: rgba(0, 0, 0, 0.7); 
  visibility: hidden;
  //opacity:0;
  border: 1px solid white;
  color: #FFFF;
  text-align: left;
  font-size:80%;
  border-radius: 0 0.3rem 0.3rem 0.3rem;
  /* Position the tooltip */
  position: absolute;
  top:100%;
  left:0px;
  z-index: 1;
  line-height: 20px;
}
#fmarksdiv {
  position: absolute;
  left: 0;
  top: 0;
}

.circle {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-radius: 50%;

}

.circle::before {
  content: "";
  display: block;
  position: absolute;
  left: 11%;
  top: 11%;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  border: 1px solid;
  margin: -0 0 0 -0;
  border-color: var(--background);
  background: var(--backgroundInner);
}

circle {
  position: absolute;
  fill: rgba(255, 0, 0, 0);
  stroke: black;
  stroke-width: 6;
  stroke-dasharray: 250;
  stroke-dashoffset: 70;
  left: 50%;
  top: 50%;
}