body {
	--fsAddBuffer: 0px;
}
[id='watchdocumentaries-com_documentaries_leaderboard_top'],
[id='watchdocumentaries-com_siderail_right_bottom'],
[id='watchdocumentaries-com_siderail_right_top'],
[id='watchdocumentaries-com_documentaries_leaderboard_bottom'],
[id='watchdocumentaries-com_games_leaderboard_top'],
[id='watchdocumentaries-com_games_leaderboard_bottom'] {
	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='watchdocumentaries-com_documentaries_leaderboard_bottom'] {
		--height: 280px;
}
[id='watchdocumentaries-com_documentaries_leaderboard_top'] {
		--height: 100px;
}
[id='watchdocumentaries-com_games_leaderboard_bottom'] {
		--height: 280px;
}
[id='watchdocumentaries-com_games_leaderboard_top'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='watchdocumentaries-com_documentaries_leaderboard_bottom'] {
		--height: 100px;
	}
	[id='watchdocumentaries-com_documentaries_leaderboard_top'] {
		--height: 100px;
	}
	[id='watchdocumentaries-com_games_leaderboard_bottom'] {
		--height: 100px;
	}
	[id='watchdocumentaries-com_games_leaderboard_top'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='watchdocumentaries-com_games_leaderboard_bottom'] {
		--height: 250px;
	}
	[id='watchdocumentaries-com_games_leaderboard_top'] {
		--height: 250px;
	}
	[id='watchdocumentaries-com_siderail_right_bottom'] {
		--height: 280px;
	}
	[id='watchdocumentaries-com_siderail_right_top'] {
		--height: 280px;
	}
}
