/* Keep new format wrappers transparent to existing grid and float layouts. */
picture.responsive-image {
    display: contents !important;
}

/* Intrinsic dimensions reserve space; existing image-specific crops take priority. */
img[data-responsive] {
    height: auto;
}
