div.control-container div.amplitude-play-pause {
  width: 8vw;
  height: 8vw;
  cursor: pointer;
  position: absolute;
  top: 0vw;
  display: block;
}
div.control-container div.amplitude-play-pause.amplitude-paused {
  background: url("../images/play.png");
  background-size: cover;
}
div.control-container div.amplitude-play-pause.amplitude-playing {
  background: url("../images/pause.png");
  background-size: cover;
}
div.control-container div.meta-container {
  position: absolute;
  width: 85%;
  text-align: center;
  color: white;
  top: 1.25vw;
  left: 6vw;
  padding: 0;
}
div.control-container div.meta-container span[data-amplitude-song-info="name"] {
  font-family: GTAmerica, Arial, sans-serif;
  font-size: 1.5em;
  color: #000000;
  display: block;
  font-weight: 700;
}
div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
  font-family: GTAmerica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1em;
  color: #000000;
  display: block;
  font-weight: 700;
}
div.control-container:after {
  content: "";
  display: table;
  clear: both;
}
div.time-container {
  font-family: GTAmerica, Arial, sans-serif;
  font-weight: 200;
  color: #000000;
  position: relative;
  top: 9vw;
  left: 1vw;
  font-size: 1em;
  display: block;
}
div.time-container span.current-time {
  position: relative;
}
div.time-container span.duration {
  position: absolute;
}
div.time-container span.current-time:after {
  content: "/";
}
progress.amplitude-song-played-progress {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 1vw;
  display: block;
  cursor: pointer;
  border-color: #000000;
  vertical-align: 0em !important;
  position: absolute;
  top:9vw;
  border-radius: 12px;
}
#song-played-progress-1 {
  background-color: #ffffff;
}
#song-played-progress-2 {
  background-color: #000000;
  border-color: #ffffff;
}
progress.amplitude-song-played-progress:not([value]) {
  background-color: #000000;
}
progress[value]::-webkit-progress-bar {
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 12px;
}
#aim-track-two progress[value]::-webkit-progress-bar {
  background-color: #000000;
  border: 1px solid white;
  border-radius: 12px;
}
progress[value]::-moz-progress-bar {
  background-color: #000000;
  border: 1px solid black;
  border-radius: 12px;
}
#aim-track-two progress[value]::-moz-progress-bar {
  background-color: #ffffff;
  border: 1px solid white;
  border-radius: 12px;
}
progress[value]::-webkit-progress-value {
  background-color: #000000;
  border: 1px solid black;
  border-radius: 12px;
}
#aim-track-two progress[value]::-webkit-progress-value {
  background-color: #ffffff;
  border: 1px solid white;
  border-radius: 12px;
}
div.bottom-container {
  height: 100px;
}
div#single-song-player_0 {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0rem 1rem 0rem;
  width: 60vw;
  max-width: 586px;
  z-index: 1000;
}
div#single-song-player_1 {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0rem 1rem 0rem;
  width: 60vw;
  max-width: 586px;
  z-index: 1000;
}

/* media query */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

div.control-container div.meta-container span[data-amplitude-song-info="name"] {
  font-size: 0.6em;
}
div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
  font-size: 0.4em;
}
div.control-container div.meta-container {
}
div.time-container {
font-size: 0.65em;
}
progress.amplitude-song-played-progress {
  height: 1.5vw;
}
}

/* large screens over 899 */
@media screen and (min-width: 899px) {
  div.control-container div.meta-container {
    top: 2vw;
  }
  div.time-container {
    top: 9.5vw;
  }
}
