.ca-bgimage-text-overlay {
    position: relative;
    width: 100%;
}
.ca-bg-image {
    display: block;
    width: 100%;
    height: auto;
}
.ca-text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: 0 auto;
    height: 100%;
    width: 80%;
    max-width: 1100px;
    opacity: 1;
}
.ca-text {
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    position: absolute;
    top: 50%;
    width: 75%;
}
.ca-right{
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.ca-left{
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.ca-text .ca-title{
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;      
    font-size: 4rem;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 100;
    max-width: 600px;
}
.ca-text .ca-body{
    font-size: 1.8rem;
    line-height: 1.4em;
    margin-top: 0px;
    max-width: 550px;
}
.ca-mobile {display:none;}

@media (max-width: 640px){
    .ca-text-overlay{
        opacity: 0.75;
    }
    .ca-right{
        left: 70%;
    }
    .ca-left{
        left: 35%;
    }
    .ca-text .ca-title{
        margin-bottom: 0.25em;
        font-size: 2.2rem;
        line-height: 1.2em;
        max-width: none;
    }
    .ca-text .ca-body{
        line-height: 1.5em;
        font-size: 1.5rem;
        max-width: none;
    }
    .ca-mobile {display:block;}
    .ca-desktop {display:none;}
}

@media (max-width: 360px){
    .ca-text .ca-title {
        font-size: 2rem;
        line-height: 1.1em;
    }
    .ca-text .ca-body {
        line-height: 1.3em;
        font-size: 1.2rem;
    }
}