#poi-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 8%;
    background-color: var(--bg-content-color);
    z-index: 2000;
    overflow-y: scroll
}

#poi {
    flex-direction: column;
}

#info {
    margin-left: 10%;

}

#person-info,
#location-info,
#name-and-sound {
    align-items: center;
    color: var(--text-color);
}

#name-and-sound {
    justify-self: center;
}

#description {
    flex-direction: column;
    margin-left: 5%;
    max-width: 85%;
}

#images {
    flex-direction: column;
}

#images img {
    margin-bottom: 10px;
}
