.volume-cover {
  display: flex;
  justify-content: center;
  padding: 0 0 2rem;
}

.volume-cover img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 8rem);
  object-fit: contain;
}
