/* Neutral white mat around artwork in galleries and previews. */
.ng-image-wrapper,
.ng-modal-image-wrap,
.modal-image-wrap,
.gallery-item-button,
.gallery-image-wrap,
.gallery-card,
.editor-preview img {
  background: #fff;
}

.modal-image-wrap img {
  object-fit: contain;
}
