﻿/*for phones*/
@media screen and (max-width:640px) 
{
    #divMap 
    {
        display:none;
    }
}