body {
	--fsAddBuffer: 22px;
}
#oola_right_1,
#oola_right_2,
#oola_inline,
#oola_right_2_sticky,
#oola_under-image,
#oola_left_1,
#oola_left_2,
#oola_left_3_sticky {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#oola_inline {
		--height: 340px;
}
#oola_under-image {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	#oola_inline {
		--height: 340px;
	}
	#oola_left_1 {
		--height: 600px;
	}
	#oola_left_2 {
		--height: 600px;
	}
	#oola_left_3_sticky {
		--height: 600px;
	}
	#oola_right_1 {
		--height: 600px;
	}
	#oola_right_2 {
		--height: 600px;
	}
	#oola_right_2_sticky {
		--height: 250px;
	}
	#oola_under-image {
		--height: 100px;
	}
}
@media only screen and (min-width: 1930px) {
	#oola_right_2_sticky {
		--height: 600px;
	}
}
