.SlideshowWithForm label,
.sideWrap label {
	display: none;
}
.SlideshowWithForm {
	position: relative;
}
.SlideshowWithForm .formContent {
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 999;
	background: rgba(0,0,0,.7);
	padding: 40px 10px;
	/* font-size: 25px; */
	font-weight: bold;
	width: 25%;
	text-align: left;
	height: 100%;
	color: #fff;
	font-size: 18px;
}
.SlideshowWithForm .formContent h2,
.SlideshowWithForm .formContent h3 {
	font-size: 30px;
	color: #fff;
}

/* Text With Form */
	.TextWithForm {}
	.TextWithForm .fulltext {
		width: 60%;
		margin-right: 5%;
		order: 0;
	}
	.TextWithForm .sidebar {
		width: 35%;
		order: 1;
	}
/* ^ Text With Form */

@media (max-width:1000px) {
	.SlideshowWithForm {
		display: flex;
		flex-wrap: wrap;
	}
	.SlideshowWithForm .formContent {
		display: block;
		width: 100%;
		position: relative;
		left: 0;
		order: 1;
	}
	.SlideshowWithForm .banner {
		width: 100%;
		order: 0;
	}
	.TextWithForm .sidebar,
	.TextWithForm .fulltext {
		width: 100%;
		margin: 10px 0;
		padding: 0 15px;
	}
}