#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height:150px;
  width: 300px;
  z-index: 2;
    background-image: url('../images/vhf.png');
    background-repeat: no-repeat!important;
    background-position: center;
}
.play {
  background-image: url('../images/vhfplay.png') !important;
}
.pause {
   background-image: url('../images/vhfpause.png') !important;
}