/**
 * Add your css styles here, this will be placed on the document head
**/

.denz-jukebox {
        border:none; 
        width:100%; 
        height:99vh;
}
@media only screen and (max-width: 1099px) {
    .denz-jukebox {
        height:85vh;
}
}