.cta-bg-block .item {
    display: table;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-bg-block .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.cta-bg-block h2 {
    text-shadow: 0 0 9px rgba(0,0,0,.35);
}

.cta-bg-block .subtext {
    font-size: 1.1rem;
    text-shadow: 0 0 9px rgba(0,0,0,.35);
}

.cta-bg-block .button-holder {
    margin-top: 25px;
}

.cta-bg-block .button-left,
.cta-bg-block .button-right {
    display: inline-block;
}


@media screen and (max-width:767px) {

    .cta-bg-block .item {
        padding: 4rem 0;
    }

    .cta-bg-block .button-holder .btn {
        margin-bottom: 10px;
    }

}

@media screen and (max-width:425px) {

    .cta-bg-block .item {
        padding: 3.5rem 0;
    }

    .cta-bg-block .subtext {
        font-size: 1.05rem;
    }

}
