
.rwd-figure01 img{
    border:solid 1px #ccc;
}
figcaption span{
    font-weight: normal;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px){
#rwd-content .rwd-grid-item .rwd-figure01 img {
    width: 80%!important;
}
}