

/* BLOCKS CSS  */

/*************************************************************************/
/* CTA  */

.res-cta .jarallax{
height: 60vh;
}
.res-cta-vertical-center {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1500px) {
	.res-cta-vertical-center {
    top: 50%;
}
}
.res-cta .sloganbox-background {
    background: #fff;
    color: #000;
    padding: 1.7rem;
}


@media only screen and (max-width: 500px) {
	h2.cta-headline {
		font-size: 135%;
	}
}
