.map-container {
    width: 100%;
}

.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}

.map-container iframe.clicked{
    pointer-events: auto;
}

.map-pointer {
    cursor: pointer;
}

.map-hover {
    opacity: 0.20;
}