@media only screen and (min-width: 180px)
    {
  #radio-wz-source 
{
    height: 90px
  }
}

@media screen and (max-width: 800px)
    {
  #bnftr {
        width: 100%;
}
}

#bnftr {
        float: none;
}