body {
	--fsAddBuffer: 0px;
}
#gameskinnycom_incontent,
#gameskinnycom_article_end,
#gameskinnycom_infeed,
#gameskinnycom_right_sidebar_atf_sticky,
#gameskinnycom_right_sidebar_btf_sticky,
#gameskinnycom_skin,
#gameskinnycom_pushdown-pushdown-cls,
#gameskinnycom_1x1_bouncex,
#gameskinnycom_desktop_1x1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#gameskinnycom_article_end {
		--height: 300px;
}
#gameskinnycom_incontent {
		--height: 300px;
}
#gameskinnycom_infeed {
		--height: 280px;
}
#gameskinnycom_pushdown-pushdown-cls {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	#gameskinnycom_article_end {
		--height: 280px;
	}
	#gameskinnycom_desktop_1x1 {
		display: none; 
	}
	#gameskinnycom_incontent {
		--height: 280px;
	}
	#gameskinnycom_infeed {
		--height: 280px;
	}
	#gameskinnycom_pushdown-pushdown-cls {
		display: none; 
	}
	#gameskinnycom_right_sidebar_atf_sticky {
		--height: 300px;
	}
	#gameskinnycom_right_sidebar_btf_sticky {
		--height: 600px;
	}
	#gameskinnycom_skin {
		display: none; 
	}
}
