.column-group {
	width: 106%;
	overflow: none;

}

.column {
	float: left;
	margin-right: 2%;
	width: 106%;
	overflow: none;

}

     

.column-group > br,
.column-group > p {
	display: none;
	min-width:400px;
        max-width:900px;

}

.column.last {
	margin-right: 2%;
}

.columns-2 .column { width: 47.5%; } /* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
.columns-3 .column { width: 30%; }
.columns-4 .column { width: 21.25%; }

.columns-3 .column-span-2 { width: 65%; } /* $width * $span + $margin * ( $span - 1 ) */
.columns-4 .column-span-2 { width: 47.5%; }
.columns-4 .column-span-3 { width: 73.75%; }