$box-hori-padding: 20px;
$box-vert-padding: 60px;
.gutenstrap-container {
	// Different container heights.
	&.gutenstrap-container--height-short,
	&.gutenstrap-height-short {
		padding: $box-hori-padding !important;
	}
	&.gutenstrap-container--height-tall,
	&.gutenstrap-height-tall {
		padding-top: $box-vert-padding * 2 !important;
		padding-bottom: $box-vert-padding * 2 !important;
	}
	&.gutenstrap-container--height-half,
	&.gutenstrap-container--height-full,
	&.gutenstrap-height-half,
	&.gutenstrap-height-full {
		min-height: 50vh;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	&.gutenstrap-container--height-full,
	&.gutenstrap-height-full {
		min-height: 100vh;
	}
}
