/**
 * @file
 */

/* Prevents costly double animations when Blur is enabled. */
.media--loading:not([data-animation])::before,
.is-b-loading:not([data-animation])::before {
  background: #4a3041;
  display: none;
}

.media--blazy.media--image.media--responsive:not(.ignore-blazy-responsive) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
