.map_hotspot_container{
    display: flex;
    flex-direction: column;
    height: 73vh;
    overflow: hidden;
}

#map_hotspot{
    flex: 1;
    background-color:gainsboro;
}

#map_calendar{
    width: 250px;
    position: absolute;
    z-index: 9999;
    left: 25px;
    bottom: 0;
}