.wrapper_book_view_mv1v2 {
    width: 163px;
    height: 310px;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 0 1px 11px 0 rgba(101, 150, 255, 0.15);
    position: relative;
    display: inline-block;
    margin: 20px 4px 0 4px;
}

.book_view_mv1v2_cover {
    width: 135px;
    height: 193px;
    background-size: cover;
    box-shadow: 0 11px 20px 0 rgba(56, 82, 138, 0.36);
    position: absolute;
    top: 19px;
    left:15px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
}

.w_book_view_mv1v2_title_and_author {
    margin-top: 230px;
    margin-left: 15px;
}

.book_view_mv1v2_title {
    font-family: 'Gilroy-Bold', sans-serif;
    width: 135px;
    height: 30px;
overflow: hidden;
    text-decoration: none;
    color: #292d34;
    outline: none;
    display: block;
    font-size: 12px;
}

.w_book_view_mv1v2_author {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book_view_mv1v2_author_avatar {
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.book_view_mv1v2_author_name {
    font-family: 'Gilroy-Bold', sans-serif;
    text-decoration: none;
    margin-left: 5px;
    font-size: 11px;
    width: 105px;
    max-height: 28px;
    overflow: hidden;
    color: #bcc3ce;
}