body {
	--fsAddBuffer: 22px;
}
[id='hollywoodlife_siderail_right_1'],
[id='hollywoodlife_leaderboard_atf'],
[id='hollywoodlife_leaderboard_atf_2'],
[id='hollywoodlife_article_siderail_right_1'],
[id='hollywoodlife_sticky_rail'],
[id='hollywoodlife_medrec_next_to_video'] {
	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='hollywoodlife_leaderboard_atf'] {
		--height: 100px;
}
[id='hollywoodlife_leaderboard_atf_2'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='hollywoodlife_article_siderail_right_1'] {
		--height: 600px;
	}
	[id='hollywoodlife_leaderboard_atf'] {
		--height: 250px;
	}
	[id='hollywoodlife_leaderboard_atf_2'] {
		display: none; 
	}
	[id='hollywoodlife_medrec_next_to_video'] {
		--height: 250px;
	}
	[id='hollywoodlife_siderail_right_1'] {
		--height: 600px;
	}
	[id='hollywoodlife_sticky_rail'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 980px) {
	[id='hollywoodlife_leaderboard_atf'] {
		--height: 250px;
	}
	[id='hollywoodlife_leaderboard_atf_2'] {
		display: none; 
	}
}
@media only screen and (min-width: 768px) {
	[id='hollywoodlife_mobile_home_incontent'] {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='hollywoodlife_mpu_incontent_1'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='hollywoodlife_mpu_incontent_2'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='hollywoodlife_articles_dynamic_incontent_images'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
