On narrow and mobile screens, let them collapse into a single column */
.portal-column-right {
float: right;
width: 50%;
}
.portal-column-left {
float: left;
width: 5049%;
}
.portal-column-right -wide {
float: right;
width: 4960%;
}
.portal-column-left-wide narrow {
float: left;
width: 6039%;
}
.portal-column-right-narrow extra-wide {
float: right;
width: 3970%;
}
.portal-column-left-extra-wide narrow {
float: left;
width: 70%;
}
.portal-column-right-extra-narrow {
float: right;
width: 29%;
}