.iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr-playlist-item{
margin-bottom: -12px;
}

@media only screen and (max-width: 650px){
.logo {
    height: 100px;
	}
	/*
.srp_audio_trigger {
	animation: srp_audio_trigger 7s linear infinite !important;

	.iron-audioplayer .playlist .tracklist-item-title {
min-width: 390px !important;
}
*/	

}
@keyframes srp_audio_trigger {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-60%, 0, 0);
  }
}
