.exprd {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.book_continer .mainContainerPromotions .ful_box .book_box img {
    width: 100%;
}

.book_continer .mainContainerPromotions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.book_continer .mainContainerPromotions .col_mo_book {
    overflow: hidden;
    box-shadow: 0 1px 4.5px 1px #0000001a;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
}

.book_continer .mainContainerPromotions .ful_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
}

.book_continer .mainContainerPromotions .ful_box .bk_cnt01 {
    padding: 12px 12px 0;
    height: 107px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.book_continer .mainContainerPromotions .ful_box .bk_cnt01 h1 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
}

@media (min-width: 1000px) {
    .col-md-24 {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .book_continer .mainContainerPromotions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 999px) {
    .book_continer .mainContainerPromotions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .book_continer .mainContainerPromotions {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 0 8px;
    }
    .book_continer .mainContainerPromotions .ful_box .bk_cnt01 {
        height: 80px;
    }
}