@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }

    #mainBoxContainer,
    #mainSubtitle,
    #menuContainer,
    #sideBoxContainer,
    #logo,
    #header-text,
    #quick-search {
        float: none !important;
        width: 100% !important;
    }

    #headerBox {
        width: 100%;
        height: auto;
    }

    #header-text {
        line-height: 0;
        margin: auto;
        font-size: 14px;
    }

    #headerBox fieldset {
        float: none;
        padding: 0 0 0 1em;
    }

    div#container-left {
        width: 100%;
        float: none;
        height: 132px;
    }

    div.photo_by {
        margin-left: 0;
    }
}
