/* 
    Document   : mobile
    Created on : Feb 6, 2014, 4:02:23 PM
    Author     : Morgan
    Description: This is rendered when browser is viewed from a mobile browser
*/

@media all and (min-width: 1400px)
{
    .menu ul li
    {
        /*margin: 0 2.4% 0 0;*/
    }
    
    .bottom-img-list img
    {
        /*margin-right: 4%;
        min-height: 194px !important;*/
    }
}

