@media screen and (min-width: 631px) {
	.column, .drawer {
    	flex: 1 1 !important;
	}
}
.wide .columns-area:not(.columns-area--mobile) .column {
	max-width: initial;
}

