#map
{
    width: 100%;
    height: 70vh;
    border-radius: 10px;
    z-index: 90;
}
#item_property
{
    display: none;
    border-radius: 10px;
}
#item_property .close_property
{
    height: 40px;
    width: 40px;
    margin: auto;
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 100%;
    transition-duration: 0.4s;
}
#item_property .close_property:hover
{
    background: rgb(0,0,0,0.1);
}
#item_property .close_property img
{
    width: 16px;
    position: relative;
    top: 7px;
}
#item_property .item_property .item
{
    margin: 0;
}
