﻿@media only screen and (max-device-width: 667px), only screen and (max-width: 480px)
{
    /* Style adjustments for viewports 480px and under go here */

    .welcome-content
    {
        max-height: 99999px;
    }
    .ms-WPBody
    {
        /*font-size: 75% !important;*/
        max-height: 99999px;
        /*color:Red;*/
    }

    .ms-WPBody h2
    {
        font-size: 1.3em !important;
    }

   
}