body {
	--fsAddBuffer: 22px;
}
[id='freeipme_skin_oop'],
[id='freeipme_incontent'],
[id='freeipme_leaderboard_mid'],
[id='freeipme_sticky_pushdown-pushdown-cls'],
[id='freeipme_leaderboard_atf'],
[id='freeipme_medrec'],
[id='freeipme_incontent_article_dynamic'] {
	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='freeipme_incontent'] {
		--height: 250px;
}
[id='freeipme_incontent_article_dynamic'] {
		--height: 250px;
}
[id='freeipme_leaderboard_atf'] {
		--height: 100px;
}
[id='freeipme_leaderboard_mid'] {
		--height: 250px;
}
[id='freeipme_medrec'] {
		--height: 280px;
}
[id='freeipme_sticky_pushdown-pushdown-cls'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='freeipme_incontent'] {
		--height: 280px;
	}
	[id='freeipme_incontent_article_dynamic'] {
		--height: 90px;
	}
	[id='freeipme_leaderboard_atf'] {
		--height: 90px;
	}
	[id='freeipme_leaderboard_mid'] {
		--height: 90px;
	}
	[id='freeipme_medrec'] {
		--height: 250px;
	}
	[id='freeipme_sticky_pushdown-pushdown-cls'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 970px) {
	[id='freeipme_incontent_article_dynamic'] {
		--height: 250px;
	}
	[id='freeipme_leaderboard_atf'] {
		--height: 250px;
	}
	[id='freeipme_leaderboard_mid'] {
		--height: 250px;
	}
}
