
.photogallery img {
width: 100%;
   max-width: 100%;
   padding-bottom: 20px;
}

blockquote {
   border: 0px;
   margin-top: 0px;
   font-size:inherit;
   background-color: transparent;
   border-left: 8px solid #a3792c;

}

blockquote p:before {
   content: none;
}

blockquote p {
   text-align: left;
   padding-top: 10px;
   margin-left: 30px;
   padding-right: 100px;

}

blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 20px;
    vertical-align: -0.4em;
    float:right;
    }