.banner {
    height: 10vh;
}

#map {
    height: 90vh;
    width: 100%;
}

.button {
    margin-left: auto;
}

.sideBar {
    align-items: stretch
}

#sideBar {
    width: 320px;
    right: 0px;
    z-index: 10;
    position: absolute;
    height: 100%;
    display: none;
}

.item-container {
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: rgba(245, 245, 245, 0.5);
    flex: 1;
}

item-wrapper {
    position: relative;
}

.item {
    border: 1px solid #E5E4E2;
    border-radius: 3px;
    margin: 0.5px 0px 0.5px 0px;
    flex-grow: 2;
    background-color: white;
    padding: 1rem;
}

.item > .close {
    top: 0;
    right: 0;
    position: absolute;
}

.item:first-child {
    flex-grow: 3;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.item:not(:first-child) .metadata {
    display: none;
}