.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 215px;
    /* Center slide text vertically */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: -5px 0px 5px rgba(0,0,0,.2);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide:hover .slide-cover-image {
    opacity: 0.7;
}

.book-text {
    position: absolute;
    font-size: 12px;
    color: #5a5a5a;
    background: #FFF;
    width: 100%;
    /*min-height: 52px;*/
    font-weight: bold;
    padding: 5px;
    bottom: 0px;
    /*border: 1px solid #ddd;*/
}

.swiper-pagination-bullet {
    width:0px;
    height:0px;
    opacity:0;
}

.swiper-pagination {
    z-index: 0;
}

.centered-book-item{
    border: 1px solid #3b9ff3;
}

.swiper-button-next {
    right:0px;
}

.swiper-button-prev {
    left:0px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}