.image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40vh;
}
@media (min-width: 992px) {
  .image {
    height: 100vh;
  }
}
.image__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image--editor {
  height: 40vh;
  background: var(--color-primary, #111);
}
.image--editor .image__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--color-secondary, #fff);
}

/*# sourceMappingURL=image.css.map */
