グリッド内の引用符の画像が拡大表示される

I have two quotes with vertical photos that would be perfect if displayed side-by-side. (It’s a before/after comparison.) But when I enclose them in [grid] tags, the user’s avatar image becomes huge.

It seems like this could be fixed with a change to this CSS rule, to exempt images with the class avatar from the rule :

.d-image-grid:not([data-disabled]) .d-image-grid-column img, .d-image-grid:not([data-disabled]) .d-image-grid-column > .lightbox-wrapper, .d-image-grid:not([data-disabled]) .d-image-grid-column > .lightbox-wrapper > .lightbox {
  width: 100%;
}