.me-ac-list-img-wrap {
    padding: 20px 0px 40px;
    margin-bottom: 0px;
}

.container {
    z-index: 1;
    perspective: 3000px;
}

.me-ac-list-items img {
    height: 100%;
    width: 100%;
}

.book,
.ebook-container {
    width: 270px;
    height: 350px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.book-cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-size: cover;
    border-radius: 3px;
    box-shadow: inset 4px 1px 3px #ffffff60, inset 0 -1px 2px #00000080;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.book-cover::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    width: 270px;
    height: 350px;
}

.book .book-cover {
    background-size: 100% 100%;
}

.book .book-cover:hover:after {
    background: #1a1818a6;
    transition: .6s ease;
}

.book .book-cover.active:after {
    background: #1a1818a6;
    transition: .6s ease;
}

.effect {
    width: 20px;
    height: 100%;
    margin-left: 10px;
    border-left: 2px solid #00000010;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .5s ease;
}

.light {
    width: 90%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    top: 0;
    right: 0;
    opacity: .1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.book:hover {
    cursor: pointer;
}

.book:hover .book-cover {
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: inset 4px 1px 3px #ffffff60, inset 0 -1px 2px #00000080, 10px 0px 10px -5px #00000030;
}

.book-cover.active {
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: inset 4px 1px 3px #ffffff60, inset 0 -1px 2px #00000080, 10px 0px 10px -5px #00000030;
}

.book:hover .effect {
    width: 40px;
}

.book:hover .light {
    opacity: 1;
    width: 70%;
}

.book-inside {
    width: calc(100% - 2px);
    height: 96%;
    position: relative;
    top: 2%;
    border: 1px solid grey;
    border-radius: 3px;
    background: white;
    box-shadow: 6px 40px 30px -24px #00000069, inset -2px 0 0 grey, inset -3px 0 0 #dbdbdb, inset -4px 0 0 white, inset -5px 0 0 #dbdbdb, inset -6px 0 0 white, inset -7px 0 0 #dbdbdb, inset -8px 0 0 white, inset -9px 0 0 #dbdbdb;
}

.title {
    font-size: 22px;
    width: 100%;
    color: #333;
    text-align: center;
    position: absolute;
    top: -30px;
    height: 1px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.title p {
    width: 100%;
    margin: 0;
    line-height: 1.3;
}

.btn {
    position: relative;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    bottom: -50px;
    display: inline-block;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.book:hover .btn,
.book:hover .title {
    opacity: 1;
}

.ebook-link {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 33;
    text-decoration: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 10px;
    font-weight: bold;
    opacity: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 15px;
}

.ebook-container .front>div {
    border-radius: 0 3px 3px 0;
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.ebook-container .front:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    width: 280px;
    height: 380px;
}

.ebook-container .front:hover:after {
    background: #1a1818a6;
    transition: .6s ease;
}

.ebook-container .front.active:after {
    background: #1a1818a6;
    transition: .6s ease;
}

.me-ac-list-img-wrap:hover .ebook-link {
    opacity: 1;
    transition: .6s ease;
}

.me-ac-list-category-name {
    margin: 0 0 15px 0;
}

.ebook-inner-content {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 0px 20px 0px 6px;
    transform: translate(0%, -50%);
    opacity: 0;
}

.ebook-inner-content.active {
    opacity: 1;
}

.me-ac-list-category-name,
.me-ac-list-title,
.mc-list-auth-date-wrap,
.mc-author-name,
.mc-author-name strong,
.ebook-inner-content span {
    color: #fff;
    padding-right: 0px;
}

.book-cover {
    transition: .2s ease;
}

.book-cover.active {
    transition: .2s ease;
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: inset 4px 1px 3px #ffffff60, inset 0 -1px 2px #00000080, 10px 0px 10px -5px #00000030;
}

.book .book-cover.active:after {
    background: #0b0b0bd6;
    transition: .2s ease;
}

.me-ac-ebook-parent .me-ac-list-title {
    font: 22px / 1.2 'Zoho_Puvi_Bold';
    padding-right: 10px;
}

.me-ac-list-category-name {
    font: 15px / 1.5 'Zoho_Puvi_Bold';
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}

.ebook-inner-content span.view-ebook {
    display: inline-block;
    background: #546aea;
    padding: 5px 15px;
    border-radius: 20px;
    margin-top: 10px;
    font: 14px / 1.5 'Zoho_Puvi_SemiBold';
}

.text-trans.active {
    transform: perspective(1500px) rotateY(-20deg);
    -webkit-transform: perspective(1500px) rotateY(-20deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

@media only screen and (max-width:650px) {
    .book,
    .ebook-container {
        margin: 0px auto;
    }
    .mc-list-auth-date-wrap {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    .me-ac-list-img-wrap {
        max-width: 280px;
        margin: 0px auto;
    }
    .me-ac-ebook-parent .me-ac-list-title {
        font: 18px / 1.2 'Zoho_Puvi_Bold';
    }
}

@media only screen and (max-width: 992px) {
    .mc-list-auth-date-wrap {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    .me-ac-list-category-name {
        margin: 0 0 0 0;
    }
    .ebook-inner-content {
        padding: 0px 30px 0px 10px;
    }
    .me-ac-ebook-parent .me-ac-list-title {
        font: 20px / 1.2 'Zoho_Puvi_Bold';
    }
}