.tcmi-pull-quote-wrapper {
    width: calc(100% - 10px);
    max-width: 500px;
    padding:20px 10px;
    border: 2px solid #5ab300;
    border-right: none;
    border-left: none;
    text-align: center;
    margin: 0 auto;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: "Passion One";
    font-size: 30px;
    /*width: calc(100% - 150px);*/
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote:before {
    content: url('../images/openquote.png');
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -10px;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote:after {
    content: url('../images/closequote.png');
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: -10px;
}

#content .tcmi-pull-quote-wrapper img {
    float: right;
    width: 96px !important;
    height: 96px !important;
    border: none !important;
    border-radius: 48px !important;
    margin-right:20px;
}

.tcmi-pull-quote-wrapper .tcmi-pull-quote-source {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 16px;
    clear: both;
}