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

    #mainBoxContainer,
    #mainSubtitle,
    #menuContainer,
    #sideBoxContainer,
    #logo,
    #header-text,
    #quick-search,
    #container-left{
        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: auto;
    }

    div.photo_by {
        margin-left: 0;
    }
    #container-left .imgContainer {
    display: inline-block;
    height: auto;
}
    .innertext{
         width: 100%;
    }
    div.inner {
    margin: auto;
    text-align: center;
}
}
