    .bookslider {
        display: flex;
        width: 100%;
        height: 35vw;
        max-height: 560px;
        overflow: hidden;
    }
    .bookslider-image  {
        flex: 0 1 40%;
        text-align: center;
    }
    .bookslider-image img {
        width: 100%;
        max-width: 25vw;
        height: auto;
        transform: rotate(-5deg) translate(0, 5vw);
        -webkit-box-shadow: 5px 10px 0px 0px #ab7935; 
        box-shadow: 5px 10px 0px 0px #ab7935;
    }
    h2.bookslider-title {
            font-size: calc(1.0rem + .9vw);
    }
    .bookslider-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 60%;
    }


@media (min-width: 768px) {
    /* .bookslider {
        display: flex;
        width: 100%;
        height: 500px;
        overflow: hidden;
    } */

    .bookslider-image  {
        flex: 0 1 50%;
        text-align: center;
    }
    h2.bookslider-title {
            font-size: calc(1.325rem + .9vw);
    }
    .bookslider-image img {
        width: 25vw;
        max-width: 500px;
        height: auto;
        transform: rotate(-5deg) translate(0, 70px);
        -webkit-box-shadow: 16px 24px 0px 0px #ab7935; 
        box-shadow: 16px 24px 0px 0px #ab7935;
    }
    .bookslider-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 40%;
    }
}
