body {
	--fsAddBuffer: 0px;
}
[id='drudgereport-com_ad_left'],
[id='drudgereport-com_top'],
[id='drudgereport-com_ad_right'],
[id='drudgereport-com_ad_center'] {
	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='drudgereport-com_ad_center'] {
		--height: 600px;
}
[id='drudgereport-com_ad_left'] {
		--height: 600px;
}
[id='drudgereport-com_ad_right'] {
		--height: 250px;
}
[id='drudgereport-com_top'] {
		--height: 280px;
}
@media only screen and (min-width: 800px) {
	[id='drudgereport-com_ad_center'] {
		--height: 600px;
	}
	[id='drudgereport-com_ad_left'] {
		--height: 600px;
	}
	[id='drudgereport-com_ad_right'] {
		--height: 250px;
	}
	[id='drudgereport-com_top'] {
		--height: 280px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='drudgereport-com_ad_center'] {
		--height: 600px;
	}
	[id='drudgereport-com_ad_left'] {
		--height: 600px;
	}
	[id='drudgereport-com_ad_right'] {
		--height: 280px;
	}
	[id='drudgereport-com_top'] {
		--height: 280px;
	}
}
