<div class="img-caption">
<img src="/sites/donholt.us1.advisor.ws/files/styles/large/public/images/jordan-mcqueen-14250.jpg?itok=Tbn6-frn" alt="">
<div class="quote">
<p>“Coming together is a beginning;<br />
Keeping together is progress;<br />
Working together is success.</p>
<p>-- Henry Ford</p>
</div>
</div>
//css
.img-left,
.img-right{
float: none;
margin-bottom: 10px;
}
@media (min-width: 641px){
.img-left{
float: left;
margin-right: 15px;
margin-bottom: 0;
}
.img-right{
float: right;
margin-left: 15px;
margin-bottom: 0;
}
}
.img-caption {
position: relative;
width: 480px;
max-width: 100%;
}
.img-caption .quote {
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
left: 0;
right: 0;
padding: 10px 15px 0 15px;
}
.img-caption .quote p {
color: white;
}