.book-cover{
    width : 186px  !important;
    border-top-left-radius:50px;
    height:280px !important;
}

.input-group-addon {
    width: 120px;
    background: #c22f03;
    color: white;
}

.icons {
    display: flex;
    margin-top: 8px;
    width: 205px;
    margin-right: -10px;
}
.bookcontainer {
    position: relative;
    width: 75% !important;

}
#download__btn{
    background-color:#001628;
    border-radius:50px;
    padding:6px 3px;
    width:192px;
    margin-top:-25px;
    text-decoration: none;
}
#download__btn:hover{
    transform: scale(1.1);
    transition: 0.1s all ease-in-out;
    background-color:#d31a1a;
}
.like__heart:hover{
    transform: scale(2.1);
    transition: 0.5s all ease-in-out;

}
.btn-primary {
    color: #fff;
    background-color: #001628;
    border-color: #001628;
}

@media screen and (max-width: 768px){
    .eye__mobile{
        display: none;
    }
    .book-cover{
        width:165px !important;
        border-top-left-radius:50px;
        height:280px !important;
    }
    .icons {
        display: flex;
        margin-top: 8px;
        width: 205px;
        margin-left: -10px;
    }
    #download__btn{
        background-color:#001628;
        border-radius:50px;
        padding:6px 3px;
        width:165px;
        margin-top:-25px;
        text-decoration: none;
    }
    .bookcontainer:hover .overlay {
        width:165px !important;
        background-color:#001628 !important;
        
    }
    .text {
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-align: left !important;
        position: absolute;
        overflow: hidden;
        top: 50%;
        right: 10%;
        direction: auto;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 5px;
    }
}
