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