.estate-logos {
    margin-top: 30px;
}

.estate-logos img {
    display: block;
    height: 60px;
    width: auto!important;
}

.map-container {
    background-image: url('../images/map.jpeg');
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 768px) {
    .estate-logos img {
        float: left;
        clear: none;
        margin-right: 10px!important;
    }
}
