.full-width-image-cta {
    position: relative;
}  

.full-width-cta-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.full-width-cta-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

.full-width-cta-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9;
    position: relative;
    padding: 50px 0;
    text-align: center;
}


.full-width-cta-content h2,
.full-width-cta-content h3,
.full-width-cta-content h4 {
    color: #FFFFFF
}

.full-width-cta-content h2 {
    padding-bottom: 32px;
}

@media (min-width: 768px) {
    .full-width-cta-content {
        padding: 80px 0;
    }
}

/**
 * Style Override
 */
 
.full-width-image-cta--footer-cta__content { min-height: 322px; }

@media (min-width: 768px) {
	.full-width-image-cta--footer-cta__content { min-height: 285px; }
}

