body {
	--fsAddBuffer: 22px;
}
#storeenvy_leaderboard_atf,
#storeenvy_leaderboard_btf,
#storenvy_storefront_leaderboard_atf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#storeenvy_leaderboard_atf {
		--height: 280px;
}
#storeenvy_leaderboard_btf {
		--height: 280px;
}
#storenvy_storefront_leaderboard_atf {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	#storeenvy_leaderboard_atf {
		--height: 90px;
	}
	#storeenvy_leaderboard_btf {
		--height: 90px;
	}
	#storenvy_storefront_leaderboard_atf {
		--height: 90px;
	}
}
