#map{
    position: absolute;
    height: 114%;
    width: 100%;
    top: -40px;
    z-index: -1;
}
#map a{
    color: #000;
}
.placemark_layout_container { 
    position: relative;
    font-size: 15px;
}

/* Макет метки с "хвостиком" */
.yaroslavl_layout {
    position: relative;
    background: #ffffff;
    width: 200px; 
    height: 110px;
    position: absolute;
    left: -28px;
    top: -76px;
}

.yaroslavl_layout:after, .yaroslavl_layout:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.yaroslavl_layout:after {
    border-width: 10px;
    margin-left: -10px;
}

.yaroslavl_layout:before {
    border-top-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}