/* =========================================
   SMALL BOOKCARDS
========================================= */

/* -----------------------------------------
   SMALL BOOKCARD
----------------------------------------- */

.cb-aq-swiper
.book-infobox-small{

    min-width:0;

}


/* -----------------------------------------
   BOOK INFO
----------------------------------------- */

.cb-aq-swiper
.book-infobox-small
.book-info{

    min-width:0;

}


/* -----------------------------------------
   TITLE
----------------------------------------- */

.cb-aq-swiper
.book-infobox-small
.book-info
h3{

    min-width:0;

    max-width:100%;

    overflow:hidden;

    text-overflow:ellipsis;

}


/* -----------------------------------------
   TITLE LINK
----------------------------------------- */

.cb-aq-swiper
.book-infobox-small
.book-info
h3
a{

    display:block;

    min-width:0;

    max-width:100%;

    overflow:hidden;

    text-overflow:ellipsis;

}