#sticky-radio-player {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}
#sticky-radio-player #player-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel-display {
  display: flex;
  align-items: center;
}
.channel-display img {
  margin-right: 10px;
}
