body {
	--fsAddBuffer: 22px;
}
[id='topuniversities_top_slot_wrap'],
[id='topuniversities_wide_mpu_4'],
[id='topuniversities_top_slot'],
[id='topuniversities_wide_mpu_2'],
[id='topuniversities_responsive_ad'],
[id='topuniversities_wide_mpu_3'] {
	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='topuniversities_responsive_ad'] {
		--height: 250px;
}
[id='topuniversities_top_slot'] {
		--height: 50px;
}
[id='topuniversities_top_slot_wrap'] {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	[id='topuniversities_responsive_ad'] {
		--height: 200px;
	}
	[id='topuniversities_top_slot'] {
		--height: 90px;
	}
	[id='topuniversities_wide_mpu_3'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 800px) {
	[id='topuniversities_wide_mpu_2'] {
		--height: 600px;
	}
	[id='topuniversities_wide_mpu_4'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='topuniversities_top_slot'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 1100px) {
	[id='topuniversities_responsive_ad'] {
		--height: 250px;
	}
}
@media only screen and (min-width: 1450px) {
	[id='topuniversities_top_slot_wrap'] {
		--height: 120px;
	}
}
