.ctaBlockAT {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 1.5em;
    font-size: 1.3em;
    background: #fff;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ctaBlockAT:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(122, 101, 75, 0.60);
}

.ctaBlockAT__title {
    margin-bottom: 0.5em;
}

.ctaBlockAT__title,
.ctaBlockAT__content {
    color: #fff;
    position: relative;
    text-align: center;
}

.ctaBlockAT__content .vftbButton {
    margin: 0;
}

@media screen and (min-width: 646px) {
    .ctaBlockAT__content .vftbButton {
        float: left;
        width: calc(50% - 2em);
        margin: 1.5em 1em 0.5em 1em;
    }
}