.even img{
    border-right: 1px solid #dfdfdf;
}

.odd img{
    border-left: 1px solid #dfdfdf;
}

.flipbook-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev1 {
    margin: 26px !important;
    font-size: 25px;
}

.next1 {
    margin: 26px !important;
    font-size: 25px;
}

@media screen and (max-width:  570px){
    .next1{
        margin: 0 !important;
    }

    .prev1{
        margin: 0 !important;
    }
}

@media screen and (max-width: 527px){
    .flipbook-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
}

.flipbook-wrap img {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

    .flipbook-wrap .sample-flipbook{
    height: 500px !important;
}

.flipbook-wrap .shadow{
    box-shadow: none !important;
}

    .next1{
        margin-top: 250px !important;
    }

    .prev1{
        margin-top: 250px !important;
    }
}