﻿.map
{
    border-bottom: 0px;
    border-left: 0px;
    float: right;
    border-top: 0px;
    border-right: 0px;
}
@media only screen and (max-width:479px)
{
    .map
    {
        display: none;
    }
}
