#flexbox {
    display: flex;
}

#map { 
    height: 500px;
}

#metaDisplayer {
    display: flex;
}

.flexElement {
    flex: 1;
}

.metaImg {
    flex: 1;
    min-width: 100px;
    max-width: 100%;
    max-height: 500px;
}