.interlude- {
	position: sticky;
	top: 0;
	background: rgba(238, 193, 89, 1);
	height: 100vh;
	margin-bottom: 10vh;
}

.interlude- article {
	display: block;
}

.interlude- article > * {
	position: absolute;
	top: 0;
	left: 0;
}.interlude.dos article {
	overflow: hidden;
}



