@media (min-width: 30em) {
    .row { width: 100%; display: table; table-layout: fixed; backgound-color "white"; }
    .col { display: table-cell; }
 .row1 { width:1600px; display: table; table-layout: center; }
}


