body {
	--fsAddBuffer: 22px;
}
[id='whatismyip_medrec'],
[id='whatismyip_leaderboard_btf'],
[id='whatismyip_incontent_desktop'],
[id='whatismyip_leftrail'],
[id='whatismyip_incontent_mobile'],
[id='whatismyip_leaderboard_atf'],
[id='whatismyip_dynamic_incontent'],
[id='whatismyip_medrec_B'],
[id='whatismyip_medrec_C'],
[id='whatismyip_medrec_A'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='whatismyip_dynamic_incontent'] {
		--height: 400px;
}
[id='whatismyip_incontent_mobile'] {
		--height: 400px;
}
[id='whatismyip_leaderboard_atf'] {
		--height: 280px;
}
[id='whatismyip_leaderboard_btf'] {
		--height: 280px;
}
[id='whatismyip_medrec'] {
		--height: 400px;
}
[id='whatismyip_medrec_A'] {
		--height: 100px;
}
[id='whatismyip_medrec_B'] {
		--height: 100px;
}
[id='whatismyip_medrec_C'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='whatismyip_dynamic_incontent'] {
		--height: 250px;
	}
	[id='whatismyip_incontent_desktop'] {
		--height: 90px;
	}
	[id='whatismyip_incontent_mobile'] {
		display: none; 
	}
	[id='whatismyip_leaderboard_atf'] {
		--height: 250px;
	}
	[id='whatismyip_leaderboard_btf'] {
		--height: 250px;
	}
	[id='whatismyip_leftrail'] {
		--height: 600px;
	}
	[id='whatismyip_medrec'] {
		--height: 280px;
	}
	[id='whatismyip_medrec_A'] {
		--height: 250px;
	}
	[id='whatismyip_medrec_B'] {
		--height: 250px;
	}
	[id='whatismyip_medrec_C'] {
		--height: 250px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='whatismyip_leaderboard_atf'] {
		--height: 280px;
	}
	[id='whatismyip_leaderboard_btf'] {
		--height: 280px;
	}
}
