﻿
/* ===================================================
 * style.map.css
 * ===================================================
 * The map element displays the Bing map. The Bing map
 * takes as much space as it can, but has no automatic
 * height, so the height has to be defined manually.
 * =================================================== */

/* Gives the map a height */
.map {
    height: 400px;
    position: relative;
}

.map-placeholder {
    height: 400px;
    overflow: hidden;
}

.map-placeholder img {
    max-width: none;
    width: 1170px;
    height: 400px;
}