body {
    background: url("/muchmusicla/images/bg_desktop.png") #000000 no-repeat;
    background-position: top center;
    color: #ffffff;
}

.logo {
    height: auto;
    margin-top: 107px;
    text-align: center;
    width: 100%;
}

.seguinos {
    background: url("/muchmusicla/images/seguinos.png") no-repeat;
    background-position: center;
    height: 42px;
    margin: 125px 0 55px 0;
}

li .instagram,
li .spotify,
li .facebook,
li .twitter,
li .youtube {
    height: 83px;
    width: 72px;
}

li {
    float: left;
    list-style-type: none;
    width: 33%;
}
.center {
    text-align: center;
}
.legal {
    margin-top: 50px;
}

.nine.columns {
    width: 74.0%;
    margin-left: 20%;
}

@media (max-width:768px) and (min-width:320px) {
    body {
        background: url("/muchmusicla/images/bg_mobile.jpg") #000000 no-repeat top center;
    }
    .logo {
        margin-top: 30px;
    }
    .logo img {
        width: 130px;
    }
    .seguinos {
        background: url("/muchmusicla/images/seguinos_mobile.png") no-repeat center;
        height: 27px;
        margin: 25px 0 25px 0;
    }
    li .instagram img,
    li .spotify img,
    li .facebook img,
    li .twitter img,
    li .youtube img {
        width: 60px;
    }
    .column, .columns li {
        width: 40%;
    }

}