body {
	--fsAddBuffer: 22px;
}
#currentschoolnews_leaderboard_btf,
#currentschoolnews_header,
#currentschoolnews_right_rail_sticky,
#currentschoolnews_dynamic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#currentschoolnews_dynamic {
		--height: 250px;
}
#currentschoolnews_header {
		--height: 280px;
}
#currentschoolnews_leaderboard_btf {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	#currentschoolnews_dynamic {
		--height: 100px;
	}
	#currentschoolnews_header {
		--height: 280px;
	}
	#currentschoolnews_leaderboard_btf {
		--height: 250px;
	}
	#currentschoolnews_right_rail_sticky {
		--height: 600px;
	}
}
