.main-fixed{
    width: 260px!important;
}

body{
    background: url('../img/bg-320.png') no-repeat;
    background-size: cover;
}

.on-air h1{
    font-size: 74px;
}

.mobile{
    display: block;
}
.desktop{
    display: none!important;
}

footer{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}
footer div{
    color: #fff;
    margin-top: 100px!important;
    margin-bottom: 20px;
}

.play-pause label{
    margin-left: 5px;
}

body,
html,
.main-wrap,
.main-fixed,
.main-cont{
    height: auto!important;
}
