  .textimage .pull-quote-image {
    background-color: #a61923;
    height: 15em;
    overflow: hidden;
}

.textimage .pull-quote-image .text {
    font-size:1.8em;
    line-height:1.2em;
    background-color: #a6192e;
    padding: 0% 4% 2% 6%;
    color: #fff;
}

.textimage .pull-quote-image .image {
    width: 50%;
    border-right: 20px solid #fff;
    padding-bottom: .9em;
    background-color: #fff;
}


@media(max-width: 1200px) {


    .textimage .pull-quote-image {
        height: auto;
        overflow: visible;
    }

    .textimage .pull-quote-image .image {
        width: 100%;
        height: 16em;
        overflow: hidden;
        border: none;
        float: none;
        padding-bottom: 0em;
        background-color: transparent;
    }

    .textimage .pull-quote-image .text {
        padding-top: 0%;
        padding-bottom: 1%;
    }

}

@media(max-width: 768px) {

   .textimage .pull-quote-image .image {
    height: auto;
    overflow: visible;
    }

}

@media(max-width: 480px) {

    .textimage .pull-quote-image .text {
    font-size: 1.2em;
    line-height: 1.4em;
    }

}