#radio-player-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
height:100px;
z-index:9999;
background:#344e86;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

body{
padding-bottom:80px;
}