/*
@media only screen and (max-device-width: 380px) 
{
    body{
    	background: #005778;
    }
    
    #full_ui_container
        {
        display: none;
    }
}
*/
