.book-cover {
  position: relative;
  min-height: 236px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #020712;
}

.book-cover img {
  display: block;
  width: 100%;
  height: 236px;
  object-fit: contain;
}

.book-cover .type {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #e4b852;
  color: #1b1407;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .42);
}
