/* static overrides go here */

@media only screen and (max-width: 768px) {



        #content-box > div.wp-caption {

        width: 100%;

        }

        div.alignright {

        position: relative !important;
        float: none;

        }

        div.wp-caption {

        width: 100% !important;
        max-width: 100%;

        }

        .wp-caption img {

        width: 100% !important;
        max-width: inherit !important;

        }

        div.wp-caption p.wp-caption-text {

        width: 100%;
        max-width: inherit;

        }

}


