body {
	--fsAddBuffer: 22px;
}
[id='guessthe-game_custom_interstitial'],
[id='guessthe-game_siderail-right'],
[id='guessthe-game_siderail-left'] {
	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='guessthe-game_custom_interstitial'] {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	[id='guessthe-game_custom_interstitial'] {
		--height: 600px;
	}
	[id='guessthe-game_siderail-left'] {
		--height: 100px;
	}
	[id='guessthe-game_siderail-right'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1400px) {
	[id='guessthe-game_siderail-left'] {
		--height: 300px;
	}
	[id='guessthe-game_siderail-right'] {
		--height: 300px;
	}
}
