.ca-hover-container {
    position: relative;
    width: 100%;
}
.ca-hover-container .ca-hover-image {
    display: block;
    width: 100%;
    height: auto;
    transform: perspective(1px) scale (1);
    transition: 500ms ease-in-out;
}
.ca-hover-container .ca-hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 500ms ease-in-out;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
}
.ca-hover-container .ca-hover-text {
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
    max-width: 600px;
}
.ca-hover-container .ca-hover-text .ca-title{
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    color:#ffffff;
    font-weight: 100;
    font-size: 3.5rem;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.ca-hover-container .ca-hover-text .ca-body{
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    color:#ffffff;
    font-size: 2rem;
    line-height: 1.4em;
    margin-top: 0px;
}

/* 1 column only */
/*.col-md-12 .ca-hover-container:hover .ca-hover-image {
    transform: perspective(1px) scale(0.99, 0.97);
    transition: 500ms ease-in-out;
}
*/
.ca-hover-container .ca-mobile {display:none;}

/* 4 column only */
.col-md-3 .ca-hover-container .ca-hover-text .ca-title{
    font-size: 3rem;  
    margin-bottom: 10px;
}
.col-md-3 .ca-hover-container .ca-hover-text .ca-body{
    font-size: 2rem;
    line-height: 1.4em;
}
/* 3 column only */
.col-md-4 .ca-hover-container .ca-hover-text .ca-title{
    font-size: 3rem;
    margin-bottom: 10px;
}
.col-md-4 .ca-hover-container .ca-hover-text .ca-body{
    font-size: 2rem;
    line-height: 1.4em;
}

/*@media (max-width: 1099px){*/
    /* REVEAL */
    .ca-hover-container .ca-reveal{
        opacity: 0;
        transform: scale(1);
        transition: 500ms all ease;
    }
    .ca-hover-container .ca-reveal.active{
        opacity: 0.75;
        /*transform: scale(1.020);*/
        transition: 1000ms all ease;
    }
/*}*/

@media (max-width: 640px){
    .ca-hover-container .ca-hover-text .ca-title{
        font-size: 3rem;
        margin-bottom: 10px;
    }
    .ca-hover-container .ca-hover-text .ca-body{
        font-size: 2rem;
        line-height: 1.2em;
    }
    .ca-hover-container .ca-mobile {display:block;}
    .ca-hover-container .ca-desktop {display:none;}

    /* REVEAL */
    .ca-hover-container .ca-reveal{
        opacity: 0;
        transform: scale(1);
        transition: 500ms all ease;
    }
    .ca-hover-container .ca-reveal.active{
        opacity: 0.75;
        /*transform: scale(1.020);*/
        transition: 1000ms all ease;
    }
}

@media (max-width: 380px){
    .ca-hover-container .ca-hover-text .ca-title {
        font-size: 2.6rem;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .ca-hover-container .ca-hover-text .ca-body {
        font-size: 1.75rem;
        line-height: 1.2em;
    }
}