
.textcontent blockquote {

    color: #555555;

    /*padding:calc(3.6rem * 1.2222) 0;*/
    padding: 48px 0; margin:48px 0;
    border: 1px solid rgba(0,0,0,0.3);
    border-left: none;
    border-right: none;
}

#maincontent .textcontent blockquote p{
    font-size: 3.6rem; line-height: 1.222222222222222; margin-bottom: 0;
}
.imagery cite,
.textcontent cite{
    display: block;
    font-size: 1.6rem; line-height: 2.4rem; margin-top: 1em;
    color: #555555;
}
  .imagery cite{

}
@media all and (max-width:599px) {

      .imagery cite, .textcontent cite{

        font-size: 14px;
        line-height: 1.2;

    }
}