#map-wrapper {
    position: relative;
}
#map-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

#map-overlay .thumbnail.deals {
    max-width: 40%;
}

#map-overlay h4 {
    margin-bottom: 0px;
}

#map-overlay span.title {
    text-align: left;
    color: #222222;
    margin-bottom: 14px;
    font-weight: bold;
    padding-top: 20px;
}

#map-overlay .thumbnail.deals .caption {
    padding: 20px 20px;
}

#about .aboutTitle {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: none;
}

#about .aboutTitle img {
    max-width: 40%;
    margin-left: 10px;
}
#about .aboutTitle p {
    line-height: 28px;
}

.aboutComments p {
    font-size: 36px;
    font-weight: bold;
}


