@media only screen and (min-width: 520px){
.u-row {
width: 500px !important
}
.u-row .u-col {
vertical-align: top !important
}
.u-row .u-col-100 {
width: 500px !important
}
}
@media (max-width: 520px){
.u-row-container {
max-width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important
}
.u-row .u-col {
min-width: 320px !important;
max-width: 100% !important;
display: block !important
}
.u-row {
width: 100% !important
}
.u-col {
width: 100% !important
}
.u-col > div {
margin: 0 auto !important
}
}
* {
line-height: inherit !important
}@media only screen and (min-width: 520px){
.u-row {
width: 500px !important
}
.u-row .u-col {
vertical-align: top !important
}
.u-row .u-col-100 {
width: 500px !important
}
}
@media only screen and (max-width: 520px){
.u-row-container {
max-width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important
}
.u-row {
width: 100% !important
}
.u-row .u-col {
display: block !important;
width: 100% !important;
min-width: 320px !important;
max-width: 100% !important
}
.u-row .u-col > div {
margin: 0 auto !important
}
}
* {
line-height: inherit !important
}
<!--[if IE]><![endif]-->
<!--[if mso]><![endif]-->
<![endif]-->