body {
	--fsAddBuffer: 0px;
}
[id='sc_category_logo'],
[id='sc_category_mobile_sponsorship'],
[id='sc_category_sidebar_halfpage'],
[id='sc_content_endofarticle'],
[id='sc_content_inarticle1'],
[id='sc_content_inarticle2'],
[id='sc_desktop_skin_controller'],
[id='sc_feed_native'],
[id='sc_mobile_before_comments'],
[id='sc_mobile_between_countdowns'],
[id='sc_mobile_incontent_after3'],
[id='sc_mobile_incontent_after9'],
[id='sc_mrec_article_inline'],
[id='sc_partnerlogo_topnav_desktop'],
[id='sc_partnerlogo_topnav_mobile'],
[id='sc_poll_popup_header'],
[id='sc_ros_billboard'],
[id='sc_ros_gutter_left'],
[id='sc_ros_gutter_right'],
[id='sc_ros_halfpage'],
[id='sc_ros_leaderboard'],
[id='sc_ros_mrec1'],
[id='sc_ros_mrec2'],
[id='sc_sidebar_championship_header'],
[id='sc_sidebar_championship_results'],
[id='sc_sidebar_michelin_poll_header'],
[id='sc_sticky_footer'],
[id='sc_top_strip'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
[id='sc_category_logo'] {
		--height: 44px;
}
[id='sc_category_mobile_sponsorship'] {
		--height: 50px;
}
[id='sc_mobile_before_comments'] {
		--height: 50px;
}
[id='sc_mobile_between_countdowns'] {
		--height: 50px;
}
[id='sc_mobile_incontent_after3'] {
		--height: 250px;
}
[id='sc_mobile_incontent_after9'] {
		--height: 250px;
}
[id='sc_mrec_article_inline'] {
		--height: 250px;
}
[id='sc_poll_popup_header'] {
		--height: 100px;
}
[id='sc_ros_leaderboard'] {
		--height: 250px;
}
[id='sc_ros_mrec1'] {
		--height: 250px;
}
[id='sc_ros_mrec2'] {
		--height: 250px;
}
[id='sc_sticky_footer'] {
		--height: 100px;
}
[id='sc_top_strip'] {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	[id='sc_category_mobile_sponsorship'] {
		display: none; 
	}
	[id='sc_category_sidebar_halfpage'] {
		--height: 600px;
	}
	[id='sc_content_endofarticle'] {
		--height: 280px;
	}
	[id='sc_content_inarticle1'] {
		--height: 280px;
	}
	[id='sc_content_inarticle2'] {
		--height: 280px;
	}
	[id='sc_mobile_before_comments'] {
		display: none; 
	}
	[id='sc_mobile_between_countdowns'] {
		display: none; 
	}
	[id='sc_mobile_incontent_after3'] {
		display: none; 
	}
	[id='sc_mobile_incontent_after9'] {
		display: none; 
	}
	[id='sc_partnerlogo_topnav_mobile'] {
		display: none; 
	}
	[id='sc_ros_billboard'] {
		--height: 250px;
	}
	[id='sc_ros_gutter_left'] {
		--height: 600px;
	}
	[id='sc_ros_gutter_right'] {
		--height: 600px;
	}
	[id='sc_ros_halfpage'] {
		--height: 600px;
	}
	[id='sc_ros_leaderboard'] {
		--height: 90px;
	}
	[id='sc_ros_mrec1'] {
		--height: 250px;
	}
	[id='sc_ros_mrec2'] {
		--height: 250px;
	}
	[id='sc_sidebar_championship_header'] {
		--height: 50px;
	}
	[id='sc_sidebar_championship_results'] {
		--height: 50px;
	}
	[id='sc_sticky_footer'] {
		--height: 90px;
	}
	[id='sc_top_strip'] {
		display: none; 
	}
}
