body {
	--fsAddBuffer: 22px;
}
#blabbermouth_news_siderail_1,
#blabbermouth_home_siderail_2,
#blabbermouth_news_incontent_dynamic,
#blabbermouth_news_leaderboard,
#blabbermouth_home_siderail_1,
#blabbermouth_home_incontent_dynamic,
#blabbermouth_news_siderail_2,
#blabbermouth_news_siderail_3,
#blabbermouth_home_siderail_3,
#blabbermouth_home_incontent_static,
#blabbermouth_home_leaderboard,
#blabbermouth_skin_oop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#blabbermouth_home_incontent_dynamic {
		--height: 280px;
}
#blabbermouth_home_incontent_static {
		--height: 280px;
}
#blabbermouth_home_leaderboard {
		--height: 250px;
}
#blabbermouth_news_incontent_dynamic {
		--height: 280px;
}
#blabbermouth_news_leaderboard {
		--height: 250px;
}
@media only screen and (min-width: 768px) {
	#blabbermouth_home_incontent_dynamic {
		--height: 280px;
	}
	#blabbermouth_home_incontent_static {
		--height: 280px;
	}
	#blabbermouth_home_leaderboard {
		--height: 250px;
	}
	#blabbermouth_home_siderail_1 {
		--height: 600px;
	}
	#blabbermouth_home_siderail_2 {
		--height: 600px;
	}
	#blabbermouth_home_siderail_3 {
		--height: 600px;
	}
	#blabbermouth_news_incontent_dynamic {
		--height: 280px;
	}
	#blabbermouth_news_leaderboard {
		--height: 250px;
	}
	#blabbermouth_news_siderail_1 {
		--height: 600px;
	}
	#blabbermouth_news_siderail_2 {
		--height: 600px;
	}
	#blabbermouth_news_siderail_3 {
		--height: 600px;
	}
}
