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

    #main
    {
        padding: 0 !important;
    }

    #main .fusion-fullwidth,
    .fusion-page-title-bar,
    body.single-product .social-share
    {
        padding: 0 20px !important;
    }

    h1
    {
        font-size: 36px !important;
    }

    h2
    {
        font-size: 0.7em !important;
    }

    h3
    {
        font-size: 0.7em !important;
    }


    body.single-product .summary
    {
        padding: 0 20px;
    }

    body.single-product .summary-container
    {
        margin-top: 0;
    }

    body.single-product .social-share a
    {
        font-size: 16px !important;
    }
}
