.playbutton {
  color: transparent;
  background: url('/cdn/shop/t/1/assets/pm_play.png');
  background-repeat: no-repeat;
  background-position: 0 0; 
  position: absolute;
	margin-top: 0px;
	margin-left: 0px;
  display: block;
  width: 47px;
  height: 25px;
}

.pausebutton {
  color: transparent;
  background: url('/cdn/shop/t/1/assets/pm_pause.png');
  background-repeat: no-repeat;
  background-position: 0 0; 
  position: absolute;
	margin-top: 0px;
	margin-left: 0px;
  display: block;
  width: 47px;
  height: 25px;
}