img.responsive-joy {
    width: 100%;
    /*max-width: 700px; !* optional: limit how wide it can grow *!*/
    height: auto;     /* preserve aspect ratio */
    display: block;   /* removes inline-gap below image */
}
