body {
	--fsAddBuffer: 22px;
}
[id='dezgo_standalone_video'],
[id='dezgo_blog_right_rail'],
[id='dezgo_blog_left_rail'],
[id='dezgo_below_button'] {
	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='dezgo_standalone_video'] {
		--height: 280px;
}
@media only screen and (min-width: 768px) {
	[id='dezgo_below_button'] {
		--height: 280px;
	}
	[id='dezgo_standalone_video'] {
		--height: 280px;
	}
}
@media only screen and (min-width: 1330px) {
	[id='dezgo_blog_right_rail'] {
		--height: 250px;
	}
}
@media only screen and (min-width: 1475px) {
	[id='dezgo_blog_left_rail'] {
		--height: 600px;
	}
}
