.books__module {
    margin-bottom: 120px;
}

.books__imgwrap {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.books-modal {
    z-index: 99999;
}

.books__book {
    padding: 0 22px;
    cursor: pointer;
}

.books__book img {
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.books-modal-photo {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.books-modal-book-info-wrap {
    padding: 20px 0 20px 45px;
}

.books-modal-book-info-wrap p {
    font-size: 15px;
}

.book-info-label {
    font-weight: 700;
}

.books__book-title {
    font-weight: 450;
    text-align: center;
}

.books__book-author {
    text-align: center;
}

.books__book .ModuleEditLink.flexi-item-edit {
    position: relative;
    margin: 0 auto;
}

.books-modal-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.books__books-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
}

@media (min-width: 768px) {
    .books__books-group {
        flex-flow: row wrap;
    }
}