body {
	--fsAddBuffer: 22px;
}
[id='safehaven_leaderboard_btf'],
[id='safehaven_incontent'],
[id='safehaven_leaderboard_atf'] {
	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='safehaven_incontent'] {
		--height: 508px;
}
[id='safehaven_leaderboard_atf'] {
		--height: 50px;
}
@media only screen and (min-width: 768px) {
	[id='safehaven_incontent'] {
		--height: 280px;
	}
	[id='safehaven_leaderboard_atf'] {
		--height: 90px;
	}
	[id='safehaven_leaderboard_btf'] {
		--height: 90px;
	}
}
@media only screen and (min-width: 768px) {
	[id='safehaven_medrec_btf'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='safehaven_medrec_atf'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='safehaven_medrec_btf_2'] {
		min-height: calc(250px + var(--fsAddBuffer));
		height: calc(250px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
