@media (min-width: 900px) {
	div.content > div {
		display: flex;
		flex-direction: row;
	}
}