.ohu-image {
  display: inline-block;
}
.ohu-image.is-round {
  overflow: hidden;
}
.ohu-image > div {
  width: 100%;
  height: 100%;
}
.ohu-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.ohu-image__placeholder {
  width: 100%;
  height: 100%;
}
.ohu-image__error {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background: #f5f5f5;
  color: #999;
  font-size: 0.37333rem;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}