
.bookslide {
    width: 100%;
    float: right;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
article.item h2.bookslide_title{
    color: #e50001;    
    font-size: 24px !important;
    margin: 20px 0 15px 0 !important;
    line-height: normal !important;
    clear: both;
    width: 100%;
    float: right;
    text-align: center;
}
.bookslide .each_book {
    margin: 0;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.bookslide .downloadlink {
    background: none !important;
    color: #333;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    min-height: auto;
  }
.bookslide .each_book img{
    border-radius: 10px 10px 0 0;
    height: 230px;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
} 
.bookslide .each_book:hover img{
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
.bookslide > div {
    margin: 0 0 20px;
}
.bookslide .each_book:hover {
    box-shadow: 0 0 17px rgba(0,0,0,0.18);
}
.bookslide .each_book:hover .downloadlink{
    color: #e50001;
}
  