body {
	--fsAddBuffer: 22px;
}
#footyrenders_right_rail_1,
#footyrenders_sticky_pushdown-pushdown-cls,
#footyrenders_mob_incontent_1,
#footyrenders_mob_incontent_2,
#footyrenders_billboard_bottom,
#footyrenders_billboard_atf,
#footyrenders_right_rail_2,
#footyrenders_mob_incontent_3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#footyrenders_mob_incontent_1 {
		--height: 280px;
}
#footyrenders_mob_incontent_2 {
		--height: 280px;
}
#footyrenders_mob_incontent_3 {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	#footyrenders_billboard_atf {
		--height: 250px;
	}
	#footyrenders_billboard_bottom {
		--height: 250px;
	}
	#footyrenders_mob_incontent_1 {
		--height: 280px;
	}
	#footyrenders_mob_incontent_2 {
		--height: 280px;
	}
	#footyrenders_mob_incontent_3 {
		--height: 280px;
	}
	#footyrenders_right_rail_1 {
		--height: 280px;
	}
	#footyrenders_right_rail_2 {
		--height: 280px;
	}
	#footyrenders_sticky_pushdown-pushdown-cls {
		--height: 90px;
	}
}
@media only screen and (min-width: 970px) {
	#footyrenders_sticky_pushdown-pushdown-cls {
		--height: 90px;
	}
}
