body {
	--fsAddBuffer: 22px;
}
[id='bp_ad_320x50'],
[id='bp_content_leaderboard_728x90'],
[id='bp_homepage_300x250_1'],
[id='bp_homepage_160x600'],
[id='bp_homepage_leaderboard_728x90'],
[id='bp_ad_728x90'],
[id='bp_ad_680x90'],
[id='bp_ad_300x250_1'] {
	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='bp_ad_300x250_1'] {
		--height: 250px;
}
[id='bp_ad_320x50'] {
		--height: 50px;
}
[id='bp_homepage_160x600'] {
		--height: 600px;
}
[id='bp_homepage_300x250_1'] {
		--height: 250px;
}
@media only screen and (min-width: 700px) {
	[id='bp_ad_680x90'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 768px) {
	[id='bp_ad_320x50'] {
		display: none; 
	}
	[id='bp_ad_728x90'] {
		--height: 90px;
	}
	[id='bp_content_leaderboard_728x90'] {
		--height: 90px;
	}
	[id='bp_homepage_leaderboard_728x90'] {
		--height: 90px;
	}
}
