.map-container {
    height: 100%;
    min-height: 150px;
    position: relative;
    width: 100%;
}
.google-map {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#post-not-found {
    padding: 2%;
}