
.ctaform-block {
position: relative;
padding: 90px 0;
overflow: hidden;
}
.ctaform {
position: relative;
display: flex;
flex-wrap: wrap;
border-radius: 4px;
padding: 30px;
box-shadow: 0 0 75px rgba(0,0,0,0.33);
z-index: 1;
}
.ctaform .ctatext {
flex: 0 0 48.25%;
max-width: 500px;
}
.ctaform .ctaform-embed {
flex: 0 0 48.25%;
max-width: 500px;
margin-left: auto;
}
@media screen and (max-width: 767px) {
	.ctaform-block {
	padding: 60px 0;
	}
	.ctaform .ctatext,
	.ctaform .ctaform-embed {
	flex: 0 0 100%;
	max-width: none;
	margin: 0;
	}
}

/* Background images */
.ctaform-block .bg-shdw {
position: absolute;
width: 1920px;
height: 1920px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 1920px 1920px;
z-index: 0;
}
.ctaform-block .bg-shdw.shdw-left-inner {
top: -700px;
left: 0;
}
.ctaform-block .bg-shdw.shdw-left-outer {
top: -300px;
left: 0;
}
.ctaform-block .bg-shdw.shdw-right-inner {
top: -300px;
right: 0;
}
.ctaform-block .bg-shdw.shdw-right-outer {
top: -700px;
right: 0;
}




