body {
	--fsAddBuffer: 22px;
}
[id='photographyinflux_leaderboard_atf'],
[id='photographyinflux_leaderboard_mid'],
[id='photographyinflux_article_dynamic'],
[id='photographyinflux_skin_oop'] {
	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='photographyinflux_article_dynamic'] {
		--height: 250px;
}
[id='photographyinflux_leaderboard_atf'] {
		--height: 100px;
}
[id='photographyinflux_leaderboard_mid'] {
		--height: 250px;
}
@media only screen and (min-width: 768px) {
	[id='photographyinflux_article_dynamic'] {
		--height: 90px;
	}
	[id='photographyinflux_leaderboard_atf'] {
		--height: 90px;
	}
	[id='photographyinflux_leaderboard_mid'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 970px) {
	[id='photographyinflux_article_dynamic'] {
		--height: 90px;
	}
	[id='photographyinflux_leaderboard_atf'] {
		--height: 90px;
	}
	[id='photographyinflux_leaderboard_mid'] {
		--height: 250px;
	}
}
