@media only screen { html { min-height: 100%; background: #f3f3f3 } } @media only screen and (max-width:630px) { .small-float-center { margin: 0 auto!important; float: none!important; text-align: center!important } .small-text-center { text-align: center!important } .small-text-left { text-align: left!important } .small-text-right { text-align: right!important } } @media only screen and (max-width:630px) { ...