body {
	--fsAddBuffer: 22px;
}
#psychologies_mpu_top,
#psychologies_mpu_in_article,
#psychologies_test_bottom,
#psychologies_test_top,
#psychologies_header,
#psychologies_mpu_bottom_mobile,
#psychologies_mpu_top_mobile,
#psychologies_richmedia,
#psychologies_mpu_bottom {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#psychologies_header {
		--height: 100px;
}
#psychologies_mpu_bottom {
		--height: 280px;
}
#psychologies_mpu_bottom_mobile {
		--height: 280px;
}
#psychologies_mpu_in_article {
		--height: 280px;
}
#psychologies_mpu_top {
		--height: 280px;
}
#psychologies_mpu_top_mobile {
		--height: 250px;
}
#psychologies_test_bottom {
		--height: 50px;
}
#psychologies_test_top {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	#psychologies_header {
		--height: 250px;
	}
	#psychologies_mpu_bottom {
		--height: 600px;
	}
	#psychologies_mpu_bottom_mobile {
		--height: 250px;
	}
	#psychologies_mpu_in_article {
		--height: 250px;
	}
	#psychologies_mpu_top {
		--height: 600px;
	}
	#psychologies_mpu_top_mobile {
		display: none; 
	}
	#psychologies_richmedia {
		display: none; 
	}
	#psychologies_test_bottom {
		--height: 90px;
	}
	#psychologies_test_top {
		--height: 90px;
	}
}
