@media screen and (min-width: 768px) {
	.floodFlex {
		flex-direction: row;
	}

	#content {
		order: 0;
		width: calc(100% - 300px - 5%);
	}

	#aside {
		margin-left: 5%;
		display: block;
		order: 1;
		width: 300px;
	}
}