body {
	--fsAddBuffer: 22px;
}
[id='slippedisc-com_incontent_reusable'],
[id='slippedisc-com_siderail_right_comment_btf'],
[id='slippedisc-com_siderail_right_sticky'],
[id='slippedisc-com_siderail_left_comment_atf'],
[id='slippedisc-com_leaderboard_bottom'],
[id='slippedisc-com_leaderboard_atf'],
[id='slippedisc-com_siderail_left_comment_btf'],
[id='slippedisc-com_siderail_right_comment_atf'] {
	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='slippedisc-com_incontent_reusable'] {
		--height: 100px;
}
[id='slippedisc-com_leaderboard_atf'] {
		--height: 100px;
}
[id='slippedisc-com_leaderboard_bottom'] {
		--height: 280px;
}
[id='slippedisc-com_siderail_left_comment_btf'] {
		--height: 600px;
}
[id='slippedisc-com_siderail_right_comment_atf'] {
		--height: 600px;
}
[id='slippedisc-com_siderail_right_comment_btf'] {
		--height: 600px;
}
@media only screen and (min-width: 768px) {
	[id='slippedisc-com_incontent_reusable'] {
		--height: 100px;
	}
	[id='slippedisc-com_leaderboard_atf'] {
		--height: 100px;
	}
	[id='slippedisc-com_leaderboard_bottom'] {
		--height: 280px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='slippedisc-com_incontent_reusable'] {
		--height: 100px;
	}
	[id='slippedisc-com_leaderboard_atf'] {
		--height: 100px;
	}
	[id='slippedisc-com_leaderboard_bottom'] {
		--height: 280px;
	}
	[id='slippedisc-com_siderail_left_comment_atf'] {
		--height: 600px;
	}
	[id='slippedisc-com_siderail_left_comment_btf'] {
		--height: 600px;
	}
	[id='slippedisc-com_siderail_right_comment_atf'] {
		--height: 600px;
	}
	[id='slippedisc-com_siderail_right_comment_btf'] {
		--height: 600px;
	}
	[id='slippedisc-com_siderail_right_sticky'] {
		--height: 600px;
	}
}
