body {
	--fsAddBuffer: 22px;
}
[id='thebiglead-com_siderail_right_2'],
[id='thebiglead-com_siderail_right_1'],
[id='thebiglead-com_large_native'] {
	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%;
}
@media only screen and (min-width: 1000px) {
	[id='thebiglead-com_siderail_right_1'] {
		--height: 250px;
	}
	[id='thebiglead-com_siderail_right_2'] {
		--height: 250px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	[id='thebiglead-com_leaderboard_top'] {
		min-height: calc(90px + var(--fsAddBuffer));
		height: calc(90px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 1000px) {
	[id='thebiglead-com_leaderboard_top'] {
		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) and (max-width: 1024px) {
	[id='thebiglead-com_leaderboard_infeed'] {
		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: 1025px) {
	[id='thebiglead-com_leaderboard_infeed'] {
		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 (max-width: 767px) {
	[id='thebiglead-com_incontent_articles_iai'] {
		min-height: calc(280px + var(--fsAddBuffer));
		height: calc(280px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	[id='thebiglead-com_incontent_articles_iai'] {
		min-height: calc(280px + var(--fsAddBuffer));
		height: calc(280px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
