@media all and (max-width: 992px) {}

@media all and (min-width: 768px) {

    #author .author-main-right h1,
    #book .header-main-left h1 {
        display: none;
    }
}

@media all and (max-width: 768px) {

    body {
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }

    #book .header-main-right h1 {
        display: none;
    }

    #book .header-main-left img {
        width: 100%;
    }

    #book-bottom .header-main,
    #book .header-main {
        width: 90%;
    }

    #book .header-main-inner {
        flex-flow: column;
    }

    #book .header-main p {
        width: 90%;
        font-size: 24px;
        margin: auto;
    }

    #book .header-main span {
        padding-top: 10px;
    }

    #says .says-main {
        width: 90%;
    }

    #says .says-main-right {
        text-align: left;
    }

    #author .author-main {
        width: 90%;
    }

    #author .author-main-inner {
        display: flex;
        flex-flow: column-reverse;
    }

    #author .author-main-left h1 {
        display: none;
    }

    #author p {
        font-size: 16px;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    #author .author-main-right img {
        border-radius: 50%;
        width: 60%;
    }

    #read .read-main {
        width: 90%;
    }

    #buy .buy-main {
        width: 90%;
    }

    #buy .book-bottom {
        width: 80%;
    }

    #buy .buy-back {
        height: 90%;
    }

    .bb-widget {
        width: 100%;
    }

    .a4b-box-td1 span {
        font-size: 16px;
    }

    .a4b-box-td3,
    .a4b-box-td3 span {
        font-size: 16px !important;
    }

    .a4b-box-td1 {
        width: 60% !important;
    }

    .a4b-box-td3 {
        width: 40% !important;
    }

    #footer a {
        font-size: 15px;
    }
}