body {
	--fsAddBuffer: 22px;
}
#deepai\.org_dynamic,
#deepai\.org_billboard_ATF,
#deepai\.org_1x1_bouncex,
#deepai\.org_header,
#deepai_incontent_1,
#deepai_left_siderail_1,
#deepai_left_siderail_2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#deepai\.org_billboard_ATF {
		--height: 280px;
}
#deepai\.org_dynamic {
		--height: 280px;
}
#deepai\.org_header {
		--height: 50px;
}
#deepai_incontent_1 {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	#deepai\.org_billboard_ATF {
		--height: 250px;
	}
	#deepai\.org_dynamic {
		--height: 90px;
	}
	#deepai\.org_header {
		--height: 90px;
	}
	#deepai_incontent_1 {
		--height: 90px;
	}
	#deepai_left_siderail_1 {
		--height: 250px;
	}
	#deepai_left_siderail_2 {
		--height: 250px;
	}
}
