#map {
    width: 100px;
    height: 664px;
    min-height: 100%;
    min-width: 100%;
    display: block;
    margin-bottom: 20px;
    background-color: rgb(243 251 253);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: #1c293a;
    border-radius: 0;
}
.leaflet-popup-content .thumbnail {
    background: none;
    border: none;
}
.leaflet-popup-content .caption {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
}
.leaflet-popup-content {
    min-width: 300px;
    margin: 0;
}
.leaflet-popup-content .thumbnail {
    padding: 0;
    margin-bottom: 12px;
}
.preview-image {
    min-width: 300px;
}
.leaflet-container .title,
.leaflet-container .thumbnail-date {
    font-size: 14px;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
}
.leaflet-container .title,
.leaflet-container .title a {
    color: #8db6ce;
    font-weight: bold;
}
.leaflet-container .thumbnail-date {
    color: #FFFFFF;
}