@media only screen and (max-width: 991px) {
	.board-wrapper {
		display: table !important;
	}
	.board-wrapper .col-md-6.boxes-are-swaped:nth-child(1) {
		display: table-header-group !important;
	}
	.board-wrapper .col-md-6.boxes-are-swaped:nth-child(2) {
		display: table-caption !important;
	}
}

@media only screen and(min-width: 1199px) {
	.textbase-content-half.p-y-1,
	.textbase-content-half.p-y-2,
	.textbase-content-half.p-y-3,
	.textbase-content-half.p-y-4,
	.textbase-content-half.p-y-5,
	.textbase-content-half.p-y-6,
	.textbase-content-half.p-y-7,
	.textbase-content-half.p-y-8,
	.textbase-content-half.p-y-9,
	.textbase-content-half.p-y-10 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.textbase-content-half h1,
	.textbase-content-half h2,
	.textbase-content-half h3,
	.textbase-content-half h4,
	.textbase-content-half h5,
	.textbase-content-half h6 {
		margin: 0 !important;
	}
}

.board-parallax-wrapper {
	overflow: hidden;
	height: auto;
}

.board-wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.board-wrapper img {
 height: 100%;
}

.board-widget-parent-wrapper {
	position: relative;
}

.board-module-config-icon {
	color: gray;
	position: absolute;
	top: 0;
	font-size: 20px;
	right: 0;
	z-index: 999;
}

/*.textbase-content-half {*/
/*	height: 100%;*/
/*}*/

.parallax {
	height: 100%;
}

.parallax .parallax-inner {
	height: 100% !important;
	width: 100% !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
}

@media only screen and (min-width: 1400px) {
	.full-height,
	.half-plus-height,
	.half-height,
	.under-half-height {
		height: 533px !important;
	}
}

@media only screen and (max-width: 991px) {
	.full-height,
	.half-plus-height,
	.half-height,
	.under-half-height {
		height: auto !important;
	}
}

.board-parallax-wrapper .container {
	max-width: 100% !important;
}