/*
    the html editor allows them to paste images in ....
    need to restrict the size or large ones just overflow
*/
figure.image > img{
    width: 100%;
}
figure.image.image-style-side > img{
    width: 50%;
}
