@media only screen and (max-width:768px) {
body {
margin: 2rem 0 0 -12px;
padding: 0;
background-color: #f8f8ff;
font-family: Abel, sans-serif;
font-size: 1.3rem;
}
.fas{
  color: #111;
}
.playlist-track-ctn > div{
  margin: 8px 10px 0 0;
  font-size: ;
}
}






body{
  margin: 0 0 0 -8px;
  padding: 0;
  background-color: #f8f8ff;
  color: white;
  font-family: Abel, Verdana, sans-serif;
  font-size: ;
}
#myProgress {
  width: 100%;
  background-color: #f8f8ff; 
  cursor: pointer;
  border-radius: 15px;
}

#myBar {
  width: 0%;
  height: 12px;
  background-color: #111;
  border-radius: 15px;
}

.logo {
  fill: red;
}

.btn-action{
  cursor: pointer;
  padding-top: 20px;
  width: 100%;
  opacity: .6;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: left;
  /*justify-content: left;*/
}
.infos-ctn{
padding-top: 30px;
}

.btn-ctn > div {
 visibility: ;
 padding: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 border-top: 0px solid darkgray;
 border-bottom: 0px solid darkgray;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #111;
 background-color: #f8f8ff; 
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: ;
}

.title{
  margin: 0 10px;
  width: auto;
  text-align: left;

}

.player-ctn{
  border-radius: 0px;
  width: 100%;/*420px*/
  margin: 0px;
  background-color: #f8f8ff;
  font-size: 90%;
}

.playlist-track-ctn{
  display: flex;
  background-color: #f8f8ff;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div{
  margin: 8px 10px 0 0px;
  font-size: 1.05rem;
  background-color: #f8f8ff;
}
.playlist-info-track{
  width: 80%;
  background-color: #f8f8ff; 
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #111;
  font-size: 2vh;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 15px;
   margin-left: 1px;
   background-color: #f8f8ff;
}
.active-track{
  background-color: #f8f8ff;
  color: #282828 !important;
  font-weight: ;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: crimson !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #111;
  font-size: 2vh;
}