 
.quote{
    font-size: 46px;
    color: #d14800;
    height: 60px;
    float: left;
    width: auto;
    padding-top: 10px;
}





 .quoteWide{
        width: 96%;
        margin: auto;
        overflow: hidden;
    }
    .quoteContainer{
        /*width: 96%;*/
        max-width: 900px;
        height: auto;
        margin: 0 auto;
        text-align: center;

    }
    .quoteContainer p.headerQuote{
        width: auto;
        height: auto;
        padding: 20px 30px 6px 30px;
        font-style: italic;
        display: block;
        margin: 0 auto;
        color: #fff;
        font-size: 14px;
        /*background-image: url(https://sapphiremedia.com/images/quoteOpening.png), url(https://sapphiremedia.com/images/quoteClose.png);*/
        background-position: left top, right bottom;
        background-repeat: no-repeat;
        overflow: visible;
        display: inline-block;
        float: none;
    }

    #blueBackGround{
        background-image: url(https://sapphiremedia.com/images/quoteOpening.png), url(https://sapphiremedia.com/images/quoteClose.png);
    }

    #whiteBackGround{
        background-image: url(https://sapphiremedia.com/images/quoteOpening.jpg), url(https://sapphiremedia.com/images/quoteClose.jpg);
        
    }




    p.larry{
        width: 100%;
        margin: 2px auto;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }
    .darkQuoteText{
        color: #333!important;
    }