/* Small devices (portrait tablets and large phones, max 600px) */
@media only screen and (max-width: 600px) {
.metro .grid.fluid .row .span4log {
    width: 100% !important;
    margin: 0 auto !important;
}
.metro .grid.fluid .row .span5, .metro .grid.fluid .row .span7, .metro .span2, .metro .size2 {
    width: 100% !important;
}
}
