.form-type-select select.form-select {
  padding: 0.375rem 0.75rem;
  padding-left: 10px;
  padding-right: 40px;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 22px 13px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='13px' viewBox='0 0 22 13' version='1.1'%3E%3C!-- Generator: Sketch 60 (88103) - https://sketch.com --%3E%3Ctitle%3EPath 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Data-Landing' transform='translate(-415.000000, -873.000000)' fill='%23007c9c'%3E%3Cpolygon id='Path-2' points='415 873 437 873 426 886'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.view-display-id-book_shelf .view-content li {
  margin-left: 0;
  list-style: none;
}

.view-display-id-book_shelf .view-content ul {
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 2.5rem;
}

@media (min-width: 48rem) {
  .view-display-id-book_shelf .view-content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 2rem;
  }
}
@media (min-width: 62rem) {
  .view-display-id-book_shelf .view-content ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.view-display-id-book_shelf .views-field-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.view-display-id-book_shelf .figure {
  width: 80%;
}


.view-display-id-book_shelf img {
  width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: 161/247;

}