
/*
 * Global patch stylesheet.
 * Add temporary fixes and workarounds for issues introduced by Drupal version updates.
 */

/* Resolve issue with media image when using align center on CKEditor align options. */
.align-center .field--name-field-media-image img {
  margin: 0 auto;
}