body {
	--fsAddBuffer: 22px;
}
#jsonformatter_incontent_4,
#jsonformatter_leaderboard_1,
#jsonformatter_Leaderboard_btf,
#jsonformatter_medrec_middle,
#jsonformatter_incontent_3,
#jsonformatter_leaderboard_atf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#jsonformatter_Leaderboard_btf {
		--height: 280px;
}
#jsonformatter_incontent_3 {
		--height: 280px;
}
#jsonformatter_incontent_4 {
		--height: 280px;
}
#jsonformatter_leaderboard_1 {
		--height: 280px;
}
#jsonformatter_leaderboard_atf {
		--height: 280px;
}
#jsonformatter_medrec_middle {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	#jsonformatter_Leaderboard_btf {
		--height: 280px;
	}
	#jsonformatter_incontent_3 {
		--height: 280px;
	}
	#jsonformatter_incontent_4 {
		--height: 280px;
	}
	#jsonformatter_leaderboard_1 {
		--height: 280px;
	}
	#jsonformatter_leaderboard_atf {
		--height: 90px;
	}
	#jsonformatter_medrec_middle {
		--height: 250px;
	}
}
@media only screen and (min-width: 970px) {
	#jsonformatter_medrec_middle {
		--height: 250px;
	}
}
@media only screen and (min-width: 1200px) {
	#jsonformatter_leaderboard_1 {
		--height: 280px;
	}
	#jsonformatter_medrec_middle {
		--height: 200px;
	}
}
@media only screen and (min-width: 1400px) {
	#jsonformatter_medrec_middle {
		--height: 250px;
	}
}
@media only screen and (min-width: 1670px) {
	#jsonformatter_leaderboard_1 {
		--height: 280px;
	}
	#jsonformatter_medrec_middle {
		--height: 250px;
	}
}
@media only screen and (min-width: 1870px) {
	#jsonformatter_medrec_middle {
		--height: 280px;
	}
}
