.material-image-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.material-image-frame__photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  overflow: hidden;
}

.material-image-frame__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.material-image-frame--card .material-image-frame__photo {
  height: 9.5rem;
}

.material-image-frame--strip .material-image-frame__photo {
  height: 8rem;
}

.material-image-frame--detail .material-image-frame__photo {
  min-height: 17.5rem;
  max-height: 32rem;
}

.material-image-frame__placeholder {
  color: #d1d5db;
  font-size: 3rem;
  line-height: 1;
}
