/* MOBILE – TABLET M -------------------------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 768px) {

#leDisquePlayer {
z-index:99;
position: fixed;
bottom: 0px;
background-color: #212223!important;
}
#z-listened {
/*display: none;*/
}
#z-controllers {
width: 40%;
position: absolute;
bottom: -5px;
}
#z-playlist {
margin-left:42%;
margin-right:52px;
}
#z-waveform {
width:40%;
height:30px!important;
padding: 5px 0 0 0;
position: absolute!important;
}
wave {
height:20px!important;
}
#z-cover {
max-width:60px!important;
max-height:60px!important;
}
#z-artist {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#z-album {
display: none;
}
#z-button {
position: absolute;
right: 50px;
}
.player-tracks {
width: 100%;
max-width:200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
top: 20px;
border: 0px!important;
padding: 0px!important;
}
.player-tracks>a {
display: none!important;
}
div.player-tracks>a.wvsActive {
display: inline!important;
color: #fff!important;
background-color: #007bff!important;
}
.wvsActive {
font-size: medium;
line-height: 1.5!important;
padding: 0px 5px;
}
.btn-player-add {
line-height: 60px!important;
width:60px;
cursor: pointer;
background:linear-gradient(to bottom right, #f49860 0%, #f45800 100%);
text-align: center;
vertical-align: middle;
font-size: small;
display: inline-block;
}
.btn-player-check {
line-height: 60px!important;
width: 60px;
background: linear-gradient(to bottom right, #ccc 0%, #888 100%);
text-align: center;
vertical-align: middle;
font-size: small;
display: inline-block;
}
.btn-player-add-preorder {
line-height: 60px!important;
width: 60px;
background: linear-gradient(to bottom right, #fff 0%, #ddd 100%);
text-align: center;
vertical-align: middle;
font-size: small;
border-radius: 1px;
outline: 2px solid #f45800;
outline-offset: -2px;
display: inline-block;
}
.btn-player-out {
line-height: 60px!important;
width: 60px;
background: linear-gradient(to bottom right, #fff 0%, #eee 100%);
text-align: center;
vertical-align: middle;
font-size: small;
border-radius: 1px;
outline: 2px solid #bbb;
outline-offset: -2px;
display: inline-block;
}
.btn-player-remove {
display: none;
}

}

/* MOBILE – TABLET S -------------------------------------------------------------------------------------- */
@media (min-width: 426px) and (max-width: 575px) {

#leDisquePlayer {
z-index:99;
position: fixed;
bottom: 0px;
background-color: #212223!important;
}
#z-listened {
/*display: none;*/
}
#z-controllers {
width: 40%;
position: absolute;
bottom: -5px;
}
#z-playlist {
margin-left:42%;
margin-right:52px;
}
#z-waveform {
width:40%;
height:30px!important;
padding: 5px 0 0 0;
position: absolute!important;
}
wave {
height:20px!important;
}
#z-cover {
max-width:60px!important;
max-height:60px!important;
}
#z-artist {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#z-album {
display: none;
}
#z-button {
position: absolute;
right: 50px;
}
.player-tracks {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
top: 20px;
border: 0px!important;
padding: 0px!important;
}
.player-tracks>a {
display: none!important;
}
div.player-tracks>a.wvsActive {
display: inline!important;
color: #fff!important;
background-color: #007bff!important;
}
.wvsActive {
font-size: medium;
line-height: 1.5!important;
padding: 0px 5px;
}
.btn-player-add {
display: none!important;
}
.btn-player-check {
display: none!important;
}
.btn-player-add-preorder {
display: none!important;
}
.btn-player-remove {
display: none!important;
}

}

/* MOBILE L  ---------------------------------------------------------------------------------------- */
@media (max-width: 425px) {

#leDisquePlayer {
position: fixed;
bottom: 0px;
background-color: #212223!important;
height: 40px;
}
#z-listened {
/*display: none;*/
}
#z-controllers {
width: 40%;
position: absolute;
bottom: 5px;
}
#z-playlist {
position: absolute;
bottom: 0px;
left: 40%;
}
#z-waveform {
height:40px!important;
padding: 0px 0 0 0;
bottom: 40px;
}
wave {
height:30px!important;
}
#z-cover {
max-width:50px!important;
max-height:50px!important;
}
#z-artist {
width: 100%;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#z-album {
display: none;
}
.player-tracks-list {
border: 0px!important;
padding: 0px!important;
}
.player-tracks {
width: 100%;
max-width:150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.player-tracks>a {
display: none!important;
}
div.player-tracks>a.wvsActive {
display: inline!important;
color: #fff!important;
background-color: #007bff!important;
font-size: small;
}
.wvsActive {
line-height: 1.5!important;
padding: 0px 3px;
}
.btn-player-add {
display: none!important;
}
.btn-player-check {
display: none!important;
}
.btn-player-add-preorder {
display: none!important;
}
.btn-player-remove {
display: none!important;
}

}

/* MOBILE M ---------------------------------------------------------------------------------------- */
@media (max-width: 375px) {

#z-artist {
width: 100%;
max-width: 125px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.player-tracks {
width: 100%;
max-width: 125px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

}

/* MOBILE S ---------------------------------------------------------------------------------------- */
@media all and (max-width: 320px) {
#z-artist {
width: 100%;
max-width: 90px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.player-tracks {
width: 100%;
max-width: 90px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

}
