article .node-elmsmedia-image figcaption p {
  max-width: none;
}

/**
 * Override the default p max-width
 */
article p:not([class]), article p.elmsln-core-in-context, .ckeditor-edit-body p:not([class]), .ckeditor-edit-body p.elmsln-core-in-context {
  max-width: none;
}

/**
 * Keep the image caption text smaller than the other text
 */
.image.node .image__caption {
  font-size: .85em !important;
}
