.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	position: relative;
	}

@media only screen and (min-width: 991px) {
	


	

	



	.content-slot h3 {
		margin-bottom: 3.75rem;
	}

	.content-slot p {
		margin-bottom: 1rem;
	}

	.content-slot .text-wrap {
		/*max-width: 31.25rem;
		margin-left: 8%;*/
		padding: 4rem 0;
	}

	.content-slot .row:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}












}





@media (min-width: 992px) {


	.signup-block {
		height: 100vh;
	}

	.signup-block .signup-wrap {
		position: absolute;
		-webkit-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0;
	}
}













@media only screen and (max-width: 990px) {
	.content-slot .bg-stretch {
		position: static;  
		padding-top: 10px;
	}

	.content-slot .bg-stretch img {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	
	}
	.text-wrap
	{
		padding-top: 10px;
	}

	

	
}







