.pull-quote {
    float: right;
    width: 380px;
    background: url(../img/openquote.gif) top left no-repeat;
    color: #030;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 13px;

    blockquote {
        margin: 0;
        border-left: solid 1px #007f8c;
    }
}

.pull-quote-OFF {
    p:first-letter {
        font-size: 39px;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .pull-quote {
        display: none;
    }
}
