

@media only screen and (min-width: 992px)
{
    body
    {
        zoom: .7;
    }
    .wrapper
    {
        height:100% !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{
    body
    {
        zoom: .7;
    }

    .wrapper
    {
        height:100% !important;
    }
}
@media only screen and (min-width: 1900px)
{
    body
    {
        zoom: 1.0;
    }
}
