body {
	--fsAddBuffer: 22px;
}
#thefamouspeople_leaderboard_bio,
#thefamouspeople_mpu,
#thefamouspeople_300x600,
#thefamouspeople_billboard {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#thefamouspeople_mpu {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	#thefamouspeople_300x600 {
		--height: 600px;
	}
	#thefamouspeople_billboard {
		--height: 250px;
	}
	#thefamouspeople_leaderboard_bio {
		--height: 90px;
	}
	#thefamouspeople_mpu {
		--height: 250px;
	}
}
@media only screen and (min-width: 1400px) {
	#thefamouspeople_billboard {
		--height: 250px;
	}
	#thefamouspeople_leaderboard_bio {
		--height: 90px;
	}
}
