.verbose-layout .bookshelf-image,
.verbose-layout .bookshelf-title,
.verbose-layout .bookshelf-subtitle,
.verbose-layout .bookshelf-contributors {
    display: block;
}

.bookshelf .verbose-layout a{
    text-decoration: none;
}

.bookshelf .verbose-layout .bookshelf-title a{
    font-family: Poppins;
    font-weight: bold;
    color: #494949;
}

.bookshelf .verbose-layout .bookshelf-contributors{
    margin: 0;
    text-align: left;
}

.bookshelf .verbose-layout .bookshelf-contributors { max-height:80px; overflow:hidden; display:none; }

.bookshelf .verbose-layout .bookshelf-contributors a,
.bookshelf .verbose-layout .bookshelf-contributors{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

.bookshelf .verbose-layout .bookshelf-findmore a{
    margin: 0;
    text-align: left;
}

.bookshelf .verbose-layout .bookshelf-findmore{
    font-family: Poppins;
    font-weight: bold;
    color: #004A5F;
}

@media (max-width: 767px) {

    .stison-section > .bookshelf{
        padding-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .stison-section > .bookshelf:after{
        content: '';
        width: 100%;
        height: 110px;
        background: #eaeced;
        display: block;
        z-index: -1;
        margin-top: -88px;
    }
    
    .bookshelf .verbose-layout{
        overflow-y: inherit;
    }

    .bookshelf .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 65px;
    }
    
    .bookshelf .verbose-layout .item{
        margin: 0;
        padding: 0px;
    }

    .bookshelf .verbose-layout .item.active{
        display: block;
    }

    .bookshelf .verbose-layout .item > div{
        padding: 0;
        margin-bottom: 30px !important;
        width: 100%;
        position: relative;
        margin-top: auto;
    }
    
    .bookshelf .verbose-layout .bookshelf-image{
        margin-top: auto;
        /*width: 33.3333%;*/
        /* margin-left: 30px; */
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .bookshelf .verbose-layout .overlay-bookshelf{
        padding: 30px;
        background: #fff;
        position: absolute;
        bottom: 30px;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        z-index: 99;
        max-width: calc(100% - 30px);
        width: 66.6666%;
        right: 30px;
    }
    
    .bookshelf .verbose-layout .bookshelf-image img{
        width: 100%;
        height: auto;
    }

    .bookshelf .verbose-layout .carousel-control{
        width: 73px;
        height: 73px;
        background-size: contain;
        background-position: center;
        bottom: -160px;
        top: auto;
        transform: translateY(-50%);
        text-indent: 9999px;
        opacity: 1;
    }

    .bookshelf .verbose-layout .bookshelf-title a{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
        margin-top: 0;
        text-align: left;
    }

    .bookshelf .verbose-layout .bookshelf-contributors a,
    .bookshelf .verbose-layout .bookshelf-contributors{
        /*font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px*/
        display: none;
    }

    .bookshelf .verbose-layout .bookshelf-findmore{
        font-size: 12px;
        line-height: 28px;
    }

    .bookshelf .verbose-layout .carousel-indicators{
        display: none;
    }

    .bookshelf .verbose-layout .left.carousel-control{
        right: 50%;
        left: auto;
        margin-right: 10px;
        background: url(images/button-left.png) no-repeat;
    }

    .bookshelf .verbose-layout .right.carousel-control{
        right: auto;
        left: 50%;
        margin-left: 10px;
        background: url(images/button-right.png) no-repeat;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-findmore{
        display: none;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-contributors a,
    .bookshelf.col4 .verbose-layout .bookshelf-contributors{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .bookshelf.right .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: -30px;
        padding-left: 30px;
    }

}

@media (max-width: 520px) {

    .bookshelf .verbose-layout .bookshelf-image{
        /*width: 50%;
        margin-left: 0px;*/
    }
    .bookshelf .verbose-layout .bookshelf-title a{
        font-size: 14px;
        line-height: 18px;
    }

    .bookshelf .verbose-layout .bookshelf-contributors a, 
    .bookshelf .verbose-layout .bookshelf-contributors{
        font-size: 12px;
        line-height: 16px;
    }

    .bookshelf .verbose-layout .bookshelf-findmore{
        font-size: 10px;
        line-height: 22px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) { 
    
    .stison-section > .bookshelf{
        padding-top: 90px !important;
        margin-bottom: 95px !important;
    }

    .stison-section > .bookshelf:after{
        content: '';
        width: 100%;
        height: 110px;
        background: #eaeced;
        display: block;
        z-index: -1;
        margin-top: -88px;
    }
    
    .bookshelf .verbose-layout{
        overflow-y: inherit;
    }

    .bookshelf .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .bookshelf .verbose-layout .item{
        margin: 0;
    }

    .bookshelf .verbose-layout .item.active,
    .bookshelf .verbose-layout .item.next,
    .bookshelf .verbose-layout .item.prev{
        display: flex;
    }

    .bookshelf .verbose-layout .item > div{
        padding: 0 30px;
        /*margin-bottom: 255px;*/
        margin-bottom: 100px;
        width: 33.3333333%;
        position: relative;
        margin-top: auto;
    }
    
    .bookshelf .verbose-layout .bookshelf-image{
        margin-left: -30px;
        margin-top: auto;
    }

    .bookshelf .verbose-layout .overlay-bookshelf{
        padding: 30px;
        background: #fff;
        position: absolute;
        bottom: -150px;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        z-index: 99;
        max-width: calc(100% - 30px);
        width: 100%;
    }
    
    .bookshelf .verbose-layout .bookshelf-image img{
        width: 100%;
        height: auto;
    }

    .bookshelf .verbose-layout .carousel-control{
        width: 73px;
        height: 73px;
        background-size: contain;
        background-position: center;
        bottom: -95px;
        top: auto;
        transform: translateY(-50%);
        text-indent: 9999px;
        opacity: 1;
    }

    .bookshelf .verbose-layout .bookshelf-title a{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
        margin-top: 0;
        text-align: left;
    }

    .bookshelf .verbose-layout .bookshelf-contributors a,
    .bookshelf .verbose-layout .bookshelf-contributors{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .bookshelf .verbose-layout .bookshelf-findmore{
        font-size: 12px;
        line-height: 28px;
    }

    .bookshelf .verbose-layout .carousel-indicators{
        display: none;
    }

    .bookshelf .verbose-layout .left.carousel-control{
        right: 50%;
        left: auto;
        margin-right: 10px;
        background: url(images/button-left.png) no-repeat;
    }

    .bookshelf .verbose-layout .right.carousel-control{
        right: auto;
        left: 50%;
        margin-left: 10px;
        background: url(images/button-right.png) no-repeat;
    }

    .stison-section > .bookshelf.col4:after{
        margin-top: -80px;
    }

    .bookshelf.col4 .verbose-layout .item > div{
        width: 25%;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-findmore{
        display: none;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-contributors a,
    .bookshelf.col4 .verbose-layout .bookshelf-contributors{
        font-size: 10px;
        line-height: 11px;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-title a{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .bookshelf.col4 .verbose-layout .overlay-bookshelf{
        padding: 30px;
        top: 100%;
        bottom: auto;
        transform: translateY(-30px);
        position: absolute;
    }

    .bookshelf.col4 .verbose-layout .carousel-control{
        bottom: -103px;
    }

    .bookshelf.right .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: -30px;
    }
    
}

@media (min-width: 992px) {
    
    .stison-section > .bookshelf{
        padding-top: 90px !important;
        margin-bottom: 95px !important;
    }

    .stison-section > .bookshelf:after{
        content: '';
        width: 100%;
        height: 110px;
        background: #eaeced;
        display: block;
        z-index: -1;
        margin-top: -43px;
    }


    
    .bookshelf .verbose-layout{
        overflow-y: inherit;
    }

    .bookshelf .verbose-layout .bookshelf{
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .bookshelf .verbose-layout .item{
        margin: 0;
    }

    .bookshelf .verbose-layout .item.active,
    .bookshelf .verbose-layout .item.left,
    .bookshelf .verbose-layout .item.prev{
        display: flex;
    }

    .bookshelf .verbose-layout .item > div{
        padding: 0 30px;
        /*margin-bottom: 255px;*/
        margin-bottom: 100px;
        width: 33.3333333%;
        position: relative;
        margin-top: auto;
    }
    
    .bookshelf .verbose-layout .bookshelf-image{
        margin-left: -30px;
        margin-top: auto;
    }

    .bookshelf .verbose-layout .overlay-bookshelf{
        padding: 30px;
        background: #fff;
        position: absolute;
        bottom: -210px;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        z-index: 99;
        max-width: calc(100% - 30px);
        width: 100%;
    }
    
    .bookshelf .verbose-layout .bookshelf-image img{
        width: 100%;
        height: auto;
    }

    .bookshelf .verbose-layout .carousel-control{
        width: 73px;
        height: 73px;
        background-size: contain;
        background-position: center;
        bottom: -140px;
        top: auto;
        transform: translateY(-50%);
        text-indent: 9999px;
        opacity: 1;
    }

    .bookshelf .verbose-layout .bookshelf-title a{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
        margin-top: 0;
        text-align: left;
    }

    .bookshelf .verbose-layout .bookshelf-contributors a,
    .bookshelf .verbose-layout .bookshelf-contributors{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .bookshelf .verbose-layout .bookshelf-findmore{
        font-size: 12px;
        line-height: 28px;
    }

    .bookshelf .verbose-layout .carousel-indicators{
        display: none;
    }

    .bookshelf .verbose-layout .left.carousel-control{
        right: 50%;
        left: auto;
        margin-right: 10px;
        background: url(images/button-left.png) no-repeat;
    }

    .bookshelf .verbose-layout .right.carousel-control{
        right: auto;
        left: 50%;
        margin-left: 10px;
        background: url(images/button-right.png) no-repeat;
    }

    .stison-section > .bookshelf.col4:after{
        margin-top: -80px;
    }

    .bookshelf.col4 .verbose-layout .item > div{
        width: 25%;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-findmore{
        display: none;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-contributors a,
    .bookshelf.col4 .verbose-layout .bookshelf-contributors{
        font-size: 12px;
        line-height: 15px;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-title a{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .bookshelf.col4 .verbose-layout .overlay-bookshelf{
        padding: 30px;
        top: 100%;
        bottom: auto;
        transform: translateY(-30px);
        position: absolute;
    }

    .bookshelf.col4 .verbose-layout .carousel-control{
        bottom: -103px;
    }

    .bookshelf.right .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: -30px;
    }
}

@media (min-width: 1200px) {
    .stison-section > .bookshelf{
        padding-top: 90px !important;
        margin-bottom: 95px !important;
    }

    .stison-section > .bookshelf:after{
        content: '';
        width: 100%;
        height: 110px;
        background: #fff;
        display: block;
        z-index: -1;
        margin-top: -170px;
    }

    .stison-section > .bookshelf.col4:after{
        display: none
    }
    
    .bookshelf .verbose-layout{
        overflow-y: inherit;
    }

    .bookshelf .verbose-layout .bookshelf{
        margin-left: -50px;
        margin-right: 0px;
    }

    .bookshelf.right .verbose-layout .bookshelf{
        margin-left: 0px;
        margin-right: -50px;
    }
    
    .bookshelf .verbose-layout .item{
        margin: 0;
    }

    .bookshelf .verbose-layout .item.active,
    .bookshelf .verbose-layout .item.next,
    .bookshelf .verbose-layout .item.prev{
        display: flex;
    }

    .bookshelf .verbose-layout .item > div{
        padding: 0 50px;
        margin-bottom: 200px;
        width: 33.3333333%;
        position: relative;
        margin-top: auto;
    }

    .bookshelf.col4 .verbose-layout .item > div{
        margin-bottom: 130px !important;
    }
    
    .bookshelf .verbose-layout .bookshelf-image{
        margin-left: -50px;
        margin-top: auto;
    }

    .bookshelf .verbose-layout .overlay-bookshelf{
        padding: 38px;
        background: #fff;
        position: absolute;
        bottom: -135px;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        z-index: 99;
        max-width: calc(100% - 50px);
        width: 100%;
    }

    .bookshelf.col4 .verbose-layout .overlay-bookshelf{
        padding: 30px;
        bottom: -80px;
        top: auto;
        position: absolute;
        transform: translateX(-20px);
    }
    
    .bookshelf .verbose-layout .bookshelf-image img{
        width: 100%;
        height: auto;
    }

    .bookshelf .verbose-layout .carousel-control{
        width: 73px;
        height: 73px;
        background-size: contain;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
        text-indent: 9999px;
        opacity: 1;
    }

    .bookshelf .verbose-layout .bookshelf-title a{
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 12px;
        margin-top: 0;
        text-align: left;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-title a{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .bookshelf .verbose-layout .bookshelf-contributors a,
    .bookshelf .verbose-layout .bookshelf-contributors{
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .bookshelf.col4 .verbose-layout .bookshelf-contributors a,
    .bookshelf.col4 .verbose-layout .bookshelf-contributors{
        font-size: 12px;
        line-height: 15px;
    }

    .bookshelf .verbose-layout .bookshelf-findmore{
        font-size: 12px;
        line-height: 28px;
    }

    .bookshelf.col4 .verbose-layout .bookshelf-findmore{
        display: none;
    }

    .bookshelf .verbose-layout .carousel-indicators{
        display: none;
    }

    .bookshelf .verbose-layout .left.carousel-control{
        left: -123px;
        right: auto;
        background: url(images/button-left.png) no-repeat;
    }

    .bookshelf .verbose-layout .right.carousel-control{
        right: -120px;
        left: auto;
        background: url(images/button-right.png) no-repeat;
    }

}   

.overlay-bookshelf{
    display: none !important;
}

.background-grey.bookshelf:after{
    background: #f1f1f1 !important;
}