
.ebook-item {
    width: 269px;
}

.ebook-item > img {
    object-fit: cover;
}

.ebook-item-content {
    padding: 20px;
    color: var(--gray-green-dark);
    height: 100%;
    background-color: var(--white);
}

.ebook-title {
    margin-bottom: 16px;
}

.ebook-description {
    display: block;
    margin-bottom: 16px;
}

.ebook-item-content > .btn-default {
    font-size: 16px;
    width: 186px;
    margin-top: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ebook-item {
        width: 156px;
        flex-shrink: 0;
    }

    .ebook-item span > img {
        width: 156px;
        height: 232px;
    }

    .ebook-item-content {
        padding: 8px 8px 16px 8px;
        height: 178px;
    }

    .ebook-title {
        font-size: 14px;
        line-height: 16.8px;
        margin-bottom: 5px;
    }

    .ebook-description {
        font-size: 12px;
        line-height: 14.4px;

        overflow: hidden;
        text-overflow: ellipsis;

        height: 58px;
    }

    .ebook-item-content > .btn-default {
        width: 111px;
        margin-top: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .ebook-item {
        width: 245px;
    }

    .ebook-item img {
        width: 245px !important;
    }
}