.fullPageImageCta{
	background-size:cover;
	color:white;
	background-attachment:fixed;
	background-position:center center;
}
.fullPageImageCta:before{
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:rgba(45, 52, 61, 0.7);
	content:"";
}
.fullPageImageCta .presentationTitle{
	font-size:2.2em;
}
.textBaseCta{
	z-index:2;
	width:40em;
	max-width:90%;
}
.textBaseCta img{
	display:block;
	margin:1em auto;
	max-width:100%;
	height:2em;
}
.textBaseCta p{
	text-align:center;
	margin:2em auto;
}
