.bottom_bar {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 120px;
    background: #000;
    display: flex;
    color: antiquewhite;
}
.bottom_bar p.now_playing {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    float: left;
    margin: 28px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_bar .play {
    background: #f6edcc url('https://guayraradio.tecnosoul.com.ar/css/radio-page/img/play.png') no-repeat center center;
    background-size: 60%;
}
.bottom_bar .pause {
    background: #459B8F url('https://guayraradio.tecnosoul.com.ar/css/radio-page/img/pause.png') no-repeat center center;
    background-size: 60%;
}
.bottom_bar .cont_btn:hover {
    background-color: #d1c28c;
}
@media (max-width: 780px)
{

  .bottom_bar .play {
    width: 45px;
    height: 45px;
  }
  .on_air {
    margin-left: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    /* right: 0px; */
    padding-top: 0px;
    padding-left: 2px;
    /* width: 100%; */

  }
  .bottom_bar p.now_playing {
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
    margin: 0px ;
    color: #fff;
    white-space: nowrap;
}
.bottom_bar p.now_playing span {
  display: flex;
  }
}
