.aveo-pdf-catalog-grid {
    scroll-margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    justify-content: center;
    align-items: start;
    gap: 24px;
    text-align: center;
}

.aveo-pdf-catalog-grid .df-books,
.aveo-pdf-catalog-grid .dflip-books,
.aveo-pdf-catalog-grid .df-posts {
    display: contents !important;
}

.aveo-pdf-catalog-grid ._df_thumb,
.aveo-pdf-catalog-grid .df-element {
    width: 180px !important;
    max-width: 180px !important;
    height: 254px !important;
    min-height: 254px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
}

.aveo-pdf-catalog-grid .df-book-wrapper {
    display: block !important;
    width: 180px !important;
    height: 254px !important;
    min-height: 254px !important;
    max-width: 180px !important;
    max-height: 254px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.aveo-pdf-catalog-grid .df-book-page1,
.aveo-pdf-catalog-grid .df-book-page2,
.aveo-pdf-catalog-grid .df-book-cover {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    box-sizing: border-box;
}

.aveo-pdf-catalog-grid .df-book-cover,
.aveo-pdf-catalog-grid .df-cover,
.aveo-pdf-catalog-grid .df-thumb {
    width: 100% !important;
    height: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.aveo-pdf-catalog-grid .df-book-cover img,
.aveo-pdf-catalog-grid img,
.aveo-pdf-catalog-grid canvas {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
}

.aveo-pdf-catalog-grid .df-book-cover img[src*="flamingo-logo-black"] {
    padding: 42px 14px;
    background: #fff;
    box-sizing: border-box;
}

.aveo-pdf-catalog-grid .df-book-title {
    left: 0;
    right: 0;
    max-width: 100%;
}
