.cta-bg-block .item {
    display: table;
    position: relative;
    padding: 90px 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-transform: uppercase;
    text-shadow: 0 0 9px rgba(0,0,0,.45);
}

.cta-bg-block .subtext {
    font-size: 1.15rem;
    text-shadow: 0 0 9px rgba(0,0,0,.45);
}

.cta-bg-block .button-holder {
    margin-top: 30px;
}

.cta-bg-block .button-left {
    display: inline-block;
}

.cta-bg-block .button-right {
    display: inline-block;
}

@media screen and (max-width:768px) {

    .cta-bg-block .item {
        height: 550px;
    }

}

@media screen and (max-width:767px) {

    .cta-bg-block .content {
    	width: 100%;
    }

}

@media screen and (max-width:425px) {

    .cta-bg-block .item {
        height: 500px;
    }

}
