@media (max-width: 768px) {

    /*.kmsflyeronline-index-index.page-layout-1column {*/
    /*    width: fit-content;*/
    /*}*/
    /*div#currentPageCopy {*/
    /*    width: max-content;*/
    /*}*/
    /*#nextPage, #currentPage {*/
    /*    display: none;*/
    /*    z-index: 8;*/
    /*    width: max-content;*/
    /*}*/
    .nav {
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #topNextButton, #topPreviousButton, #topNextButtonMobile, #topPreviousButtonMobile {
        margin-top: 0;
    }

    #topNextButton, #topPreviousButton {
        display: none;
    }

    #bottomNextButton, #bottomPreviousButton {
        margin-bottom: 20px;
    }

    #generalFlyerInfo {
        color: black;
        width: 100%;
    }
    #theme {
        font-size: 1.0em;
    }
    div#download {
        font-size: 8pt;
    }
    .kmsflyeronline-index-index select {
        width: 80%;
    }
    select {
        appearance: auto;
        height: 30px;
        padding: 5px 9px;
    }
    .pageSelect {
        font-size: 10px;
    }
    span.flyer-mapp-statement {
        color: #cd0000;
        font-size: 8pt;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: left;
        padding: 10px 0;
    }
    .previousButton, .nextButton{
        width: 100px;
        height: 40px;
        background-size: contain;
    }
    html {
        overflow-y: scroll;
        height: 100%;
        overflow-x: hidden;
    }
    body {
        margin: 0;
        left: 0;
        margin: -10px 0 0 0;
        overflow: hidden;
    }

}
