@media   (max-width: 630px ){

    .left {
      width: 365px;
    }
  
      .spotify-playlist {
        padding: 9px;
        overflow-y: scroll;
        height: 90%;
        position: relative;
    }
  
    .track-art {
      height: 60px;
      width: 60px;
      border: 2px solid #fff;
      background-size: cover;
      background-position: center;
      border-radius: 50%;
  }
  
  .track-artist {
    font-size: 11px;
    color: gray;
  }
  
  .player-controler {
    display: flex
  ;
    position: relative;
    width: 95%;
    gap: 5px;
    bottom: -40px;
  }
  
  .track-name {
    font-size: 14px;
  }

  .play{
    display: none;
  }
  
  .player-volume {
    display: flex;
    visibility: hidden;
    gap: 4px;
    width: 40%;
    position: relative;
    margin: 0px 16px;
    top: -22px;
    left: 134px;
  }
  
    .footer {
      position: fixed;
      display: flex;
      flex-wrap: wrap;
      bottom: 30px;
      justify-content: space-between;
     align-content: flex-start;
      padding: 10px;
      color: gray;
      font-size: 10px;
  }
  .player-info {
    display: flex
  ;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 73%;
  }
  
  .player {
    flex-direction: column;
    left: 4.47px;
    height: 174px;
    position: fixed;
    bottom: 3px;
    width: 97.3%;
  }
  
  .player .buttons {
    display: flex
  ;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-left: -4px;
    position: absolute;
    top: 81px;
  }
  .Card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
}

  .Card img {
    width: 100%;
    border-radius: 5px;
}
  }
