body {
	--fsAddBuffer: 0px;
}
[id='boredpandaes_desktop_sidebar_top'],
[id='boredpandaes_slider'],
[id='boredpandaes_slider_2'],
[id='boredpandaes_Infinite_InContent'],
[id='boredpandaes_dynamic_InArticle'],
[id='boredpandaes_Under_Articles'],
[id='boredpandaes_desktop_singlepost_top'],
[id='boredpandaes_desktop_sidebar_mid'],
[id='boredpandaes_mobile_homepage_top'],
[id='boredpandaes_Mobile_Header'],
[id='boredpandaes_Top_Billboard'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='boredpandaes_Infinite_InContent'] {
		--height: 300px;
}
[id='boredpandaes_Mobile_Header'] {
		--height: 300px;
}
[id='boredpandaes_Under_Articles'] {
		--height: 300px;
}
[id='boredpandaes_dynamic_InArticle'] {
		--height: 300px;
}
[id='boredpandaes_mobile_homepage_top'] {
		--height: 300px;
}
@media only screen and (min-width: 768px) {
	[id='boredpandaes_Infinite_InContent'] {
		--height: 280px;
	}
	[id='boredpandaes_Mobile_Header'] {
		display: none; 
	}
	[id='boredpandaes_Top_Billboard'] {
		--height: 250px;
	}
	[id='boredpandaes_Under_Articles'] {
		--height: 280px;
	}
	[id='boredpandaes_desktop_sidebar_mid'] {
		--height: 600px;
	}
	[id='boredpandaes_desktop_sidebar_top'] {
		--height: 250px;
	}
	[id='boredpandaes_desktop_singlepost_top'] {
		--height: 280px;
	}
	[id='boredpandaes_dynamic_InArticle'] {
		--height: 280px;
	}
	[id='boredpandaes_mobile_homepage_top'] {
		display: none; 
	}
	[id='boredpandaes_slider'] {
		--height: 600px;
	}
	[id='boredpandaes_slider_2'] {
		--height: 600px;
	}
}
