body {
	--fsAddBuffer: 22px;
}
[id='autohunter-com_leaderboard_atf'] {
	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='autohunter-com_leaderboard_atf'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='autohunter-com_leaderboard_atf'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='autohunter-com_leaderboard_atf'] {
		--height: 100px;
	}
}
