
body.tcb-full-top .landingpage-section, body.tcb-full-bottom .landingpage-section {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.landingpage-section {
	flex-shrink: 1;
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 1;
}

.landingpage-section .section-content {
	box-sizing: border-box !important;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	max-width: 100%;
}

.landingpage-section .section-background {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	z-index: 0;
}

.landingpage-section.hide-section {
	display: none;
}
