body {
	--fsAddBuffer: 0px;
}
[id='phillymag_native_sidebar'],
[id='phillymag_skin'],
[id='phillymag_native_related'],
[id='phillymag_in_content_2'],
[id='phillymag_ad-reveal'],
[id='phillymag_banner'],
[id='phillymag_curated_module'],
[id='phillymag_toprailsponsor'],
[id='phillymag_native_river'],
[id='phillymag_rail'],
[id='phillymag_directory_edl'],
[id='phillymag_in_content'] {
	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='phillymag_ad-reveal'] {
		--height: 585px;
}
[id='phillymag_banner'] {
		--height: 100px;
}
[id='phillymag_rail'] {
		--height: 280px;
}
[id='phillymag_toprailsponsor'] {
		--height: 150px;
}
@media only screen and (min-width: 768px) {
	[id='phillymag_ad-reveal'] {
		--height: 300px;
	}
	[id='phillymag_banner'] {
		--height: 250px;
	}
	[id='phillymag_rail'] {
		--height: 600px;
	}
	[id='phillymag_toprailsponsor'] {
		--height: 150px;
	}
}
@media only screen and (min-width: 980px) {
	[id='phillymag_ad-reveal'] {
		--height: 500px;
	}
}
