.ory-plugins-content-image {
  max-width: 100%;
  &.ory-plugins-content-image--fw {
    width: 100%;
  }
  &.ory-plugins-content-image--small-height {
    max-height: 10rem;
    width: auto;
  }
  &.ory-plugins-content-image--medium-height {
    max-height: 15rem;
    width: auto;
  }
  &.ory-plugins-content-image--big-height {
    max-height: 20rem;
    width: auto;
  }
}

.ory-plugins-content-image__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ory-plugins-content-image-placeholder {
  position: relative;
  width: 100%;
  text-align: center;
}
