body {
	background: url('https://radiosaladamista.files.wordpress.com/2015/04/background1.jpg');
    color: #ffffff;
    background-size: cover;
    background-position: center;
}
#radio-player {
    height: 646px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 377px;
}

#eletromix-logo {
   width: 100%;
}

#listen h1 {
    font-family: impact;
    margin: 0;
    padding: 0;
}
#play-box {
    margin-top: 20px;
}
#play-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 218px;
    height: 218px;
}
#play-btn.play {
    background: transparent url("../imagens/player.png") no-repeat -19px -12px;
}
#play-btn.stop {
    background: transparent url("../imagens/player.png") no-repeat -247px -12px;
}
#play-btn.load {
    background: transparent url("../imagens/player.png") no-repeat -275px -278px;
    width: 164px;
    height: 14px;
}
#vol-box {
    visibility: hidden;
    height: 68px;
    margin: 0 auto;
    width: 250px;
}
#vol-box .fa{
    font-size: 75px;
    float: left;
}
#slider-box {
    height: 68px;
    margin-left: 40px;
    padding-top: 30px;
    width: 190px;
}

.ui-slider-horizontal {
    background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    background: #fff;
    outline: none;
}
.ui-slider .ui-slider-handle {
    border-radius: 5px;
    height: 28px;
    width: 20px;
}
#link-box {}

#link-box a {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 279px;
    border: 4px solid #ffffff;
}

#link-box a h2 {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 10px;
}
@media screen and (max-width: 379px) {
    body {
        overflow-x: hidden;
    }
    
    #radio-player {
        background: transparent;
        margin: 0 auto;
        padding: 0;
        width: auto;


    }
}