/* Preserve intrinsic image proportions at every viewport size. */
#datacrops-site img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Prevent legacy negative offsets from clipping the top of page images. */
#datacrops-site img[style*="margin-top: -"],
#datacrops-site img[style*="margin-top:-"] {
    margin-top: 0 !important;
}
