.map{
    display: block;
    width: 4rem;
    height: auto;
    cursor: pointer;
    transition: all 300ms ease-in;
}
.map-open{
    width: 100%;
    height: auto;
}