body {
	--fsAddBuffer: 22px;
}
[id='html5editor_Medrec_BTF'],
[id='html5editor_Adhesion'],
[id='html5editor_skyscraper_Left'],
[id='html5editor_leaderboard_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='html5editor_Adhesion'] {
		--height: 100px;
}
[id='html5editor_Medrec_BTF'] {
		--height: 100px;
}
[id='html5editor_leaderboard_ATF'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='html5editor_Adhesion'] {
		--height: 90px;
	}
	[id='html5editor_Medrec_BTF'] {
		--height: 250px;
	}
	[id='html5editor_leaderboard_ATF'] {
		--height: 90px;
	}
	[id='html5editor_skyscraper_Left'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 1600px) {
	[id='html5editor_leaderboard_ATF'] {
		--height: 90px;
	}
}
