.ubaplayer-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ubaplayer-fallback {
  display: none;
}

.ubaplayer-button {
  background: url("https://cdn.shopify.com/s/files/1/0028/5462/files/play.jpg?5301065822225844962") no-repeat 0 0/20px 20px;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 1px 0px 1px 25px;
  position: relative;
  
}

.ubaplayer-button:hover {
   background: url("https://cdn.shopify.com/s/files/1/0028/5462/files/play-hover.jpg?5301065822225844962") no-repeat 0 0/20px 20px;
}

.ubaplayer-button.ubaplayer-playing {
   background: url("https://cdn.shopify.com/s/files/1/0028/5462/files/pause.jpg?5301065822225844962") no-repeat 0 0/20px 20px;
}
.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
  background: url("http://cdn.shopify.com/s/files/1/0028/5462/files/loading.gif?9255122615928603115") no-repeat 0 0/20px 20px;
  content: " ";
  height: 28px;
  left: 0;
  position: absolute;
  text-indent: 0!important;
  top: 0;
  width: 20px;
}

#ubaplayer {
  display: none;
}
