@media(min-width:30em) {
	.row {
		 	width:100%;
		 	display:table;
		 	table-layout:fixed;
		 }
	.col {
			display:table-cell;
			vertical-align: top;
		 }
}
