[data-section="video"] .volume{
  position:absolute;
  width:60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  background-image: url('../images/mute.png');
  background-size: 83%;
  display: none;
  top: 10%;
  left: 15%;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
