@media screen and (max-width: 500px) {
.caption,
.caption img {
width: 100% !important;
height: auto !important;
float: none !important;
}
}


.field--body img {
    height: auto;
    max-width: 100%;
    margin-bottom: .5em;
}

.caption {
    margin: 0;
    display: inline-block;
    margin-top: 8px;
    margin-top: 5px;
    line-height: 15px;
}

.caption[style*="right"] {
margin-left: 30px;
}

.caption[style*="left"] {
margin-right: 30px;
}


@media (min-width: 749px) {
blockquote {
font-size: 24px;
font-weight: 500;
text-indent: 0;
float: left;
position: relative;
border-top: 4px solid #dddddd;
border-bottom: 4px solid #dddddd;
padding-left: 48px;
padding-right: 30px;
padding: 0.55em 3.5% 1em 3.5%;
width: 40%;
margin: 0.75em 6.35% 1em .2%;
}
}


blockquote p {
line-height: 35px;
margin-bottom: 10px;
color: #000;
z-index: 0;
}




blockquote p:first-of-type:before {
font-family: "YaleNew",Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    color: #ccc;
    content: "\201C";
    font-size: 3.5294117647em;
    line-height: 1;
    position: absolute;
    margin-top: -0.20em;
    margin-left: -4%;
    z-index: -1;
}

blockquote em {
display: block;
text-align: right;
font-size: 1.5rem;
font-style: normal;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
word-spacing: 2px;
margin-bottom: -10px;
}

/*
blockquote p {
line-height: 35px;
margin-bottom: 10px;
color: #000;
z-index: 0;
}


blockquote {
font-size: 24px;
font-weight: 500;
text-indent: 0;
float: left;
position: relative;
border-top: 4px solid #dddddd;
border-bottom: 4px solid #dddddd;
padding-left: 48px;
padding-right: 30px;
padding: 0.55em 3.5% 1em 3.5%;
width: 40%;
margin: 0.75em 6.35% 1em .2%;
}


blockquote p:first-of-type:before {
font-family: "YaleNew",Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    color: #ccc;
    content: "\201C";
    font-size: 3.5294117647em;
    line-height: 1;
    position: absolute;
    margin-top: -0.20em;
    margin-left: -5%;
    z-index: -1;
}

blockquote em {
display: block;
text-align: right;
font-size: 1.5rem;
font-style: normal;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
word-spacing: 2px;
margin-bottom: -10px;
line-height: 20px;
}
*/