body {
	--fsAddBuffer: 0px;
}
[id='tvtv-us_incontent_reusable'],
[id='tvtv-us_siderail_right_reusable'],
[id='tvtv-us_header_desktop'],
[id='tvtv-us_sticky_bottom'] {
	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='tvtv-us_incontent_reusable'] {
		--height: 100px;
}
[id='tvtv-us_sticky_bottom'] {
		--height: 100px;
}
@media only screen and (min-width: 768px) {
	[id='tvtv-us_siderail_right_reusable'] {
		--height: 600px;
	}
	[id='tvtv-us_sticky_bottom'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1050px) {
	[id='tvtv-us_sticky_bottom'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1100px) {
	[id='tvtv-us_incontent_reusable'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1200px) {
	[id='tvtv-us_header_desktop'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1300px) {
	[id='tvtv-us_incontent_reusable'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1500px) {
	[id='tvtv-us_header_desktop'] {
		--height: 100px;
	}
}
