body {
    min-width: inherit;
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
    max-width: 1240px;
    min-width: inherit;
}
#mbwnavbar{
    width:100%;
}
#header-inner{
    width:100% !important;
    background-size:auto 100%;
}
.post-body img{
    max-width:90% !important;
    height:auto !important;
}
.Image img{
    max-width:100% !important;
 }
@media (max-width: 768px) {
    .main-inner .columns{
        padding-right: 0  !important;
    }
    .main-inner .column-right-outer {
        margin-right:inherit  !important;
        width:auto  !important;
    }
    .main-inner .column-right-outer iframe{
        width:100%  !important;
    }
    .main-inner .twitter-timeline{
        width:100%  !important;
    }
    #HTML12 .normal{width:100% !important;}
    .main-inner .column-right-inner .widget-content img{display:block;width:100%;height:auto;}
}