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


    h1
    {
        font-size: 40px !important;
        text-align:center !important;
    }

    h2
    {
        font-size: 30px !important;
    }

    .fusion-text img
    {
        float:none;
        margin: 0 auto 15px auto;
        width: 80%;
        display:block;
    }



}
