.spotify-cover{
text-align: center !important;
display: inline-block;
background-size: cover;
position: relative;
border: 2px solid #fff;
}
.spotify-cover:hover {
cursor: pointer;
}
.spotify-cover.playing {
border: 2px solid #e45343;
}
.spotify-cover-button{
position: absolute;
bottom: 0;
right: 5px;
cursor: pointer;
}