body {
	--fsAddBuffer: 0px;
}
[id='starting5-app_sidewall_left'],
[id='starting5-app_sidewall_right'],
[id='starting5-app_sticky_pushdown'],
[id='starting5-app_320x50'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='starting5-app_320x50'] {
		--height: 50px;
}
@media only screen and (min-width: 728px) {
	[id='starting5-app_320x50'] {
		--height: 50px;
	}
}
@media only screen and (min-width: 768px) {
	[id='starting5-app_sticky_pushdown'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 850px) {
	[id='starting5-app_sidewall_left'] {
		--height: 600px;
	}
	[id='starting5-app_sidewall_right'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='starting5-app_sticky_pushdown'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1200px) {
	[id='starting5-app_sidewall_left'] {
		--height: 600px;
	}
	[id='starting5-app_sidewall_right'] {
		--height: 600px;
	}
}
