.playbutton {
  color: transparent;
  background: url('https://cdn.shopify.com/s/files/1/1561/5265/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('https://cdn.shopify.com/s/files/1/1561/5265/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;
}