body {
	--fsAddBuffer: 22px;
}
[id='hoopgrids_leftrail'],
[id='hoopgrids_right_medrec'],
[id='hoopgrids_incontent_modal'],
[id='hoopgrids_icalledgame_incontent_modal'],
[id='hoopgrids_rewarded'] {
	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='hoopgrids_icalledgame_incontent_modal'] {
		--height: 50px;
}
[id='hoopgrids_incontent_modal'] {
		--height: 50px;
}
[id='hoopgrids_right_medrec'] {
		--height: 360px;
}
@media only screen and (min-width: 768px) {
	[id='hoopgrids_icalledgame_incontent_modal'] {
		--height: 60px;
	}
	[id='hoopgrids_incontent_modal'] {
		--height: 60px;
	}
	[id='hoopgrids_leftrail'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 1100px) {
	[id='hoopgrids_right_medrec'] {
		--height: 600px;
	}
}
