

body {
  
}

.audio-player {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}


.audio-player i {
  font-size: 24vw;
}

.audio-player li.active:before {
  font-family: "Material Icons";
  content: "\e037";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 1.5rem;
}

.audio-player ul li:hover {
  background-color: #0066ff;
  color: white; 
  width: 100%;
}


#next-button {
    font-size: 18vw;
}

@media screen and (min-width:560px) {
  .audio-player i {
    font-size: 120px;
  }
  #next-button {
    font-size: 100px;
  }
}

#now-playing {
  display: none;
}

.progress {
  overflow: visible;
}


