.resizer {
	margin: 1rem 0;
	display: flex;
	overflow: hidden;
	resize: both;
	height: 500px;
}

.resizer > * {
	flex-grow: 1;
	min-width: 0;
}
