.sound-button {
  width: 22px;
  height: 24px;
  border: none;
  position: absolute;
  bottom: 7px;
  left: 72px;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  background-image: url('../static/loud.svg');
  background-repeat: no-repeat;
  /*     vpaid bypass*/
  z-index: 1002;
}

.muted-button {
  background-image: url('../static/muted.svg');
}
