/*#city-fullwidth {
    display: block;
    min-width: 900px;
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: -10;
}

.sail-right {
    z-index: 10;
    position: fixed;
    bottom: 5vh;
    width: 100%;
}

.diogenes-scene-2 {
    bottom: 10vh;
    position: relative;

    max-width: 30vw;
}

.caption-container {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -50vh;
    height: 350px;
    width: 400px;
    border: solid black 2px;
    border-radius: 25px;
    padding: 2vh 2vw;
}

.caption-container:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #000000 transparent;
}

.caption > .typed-text {
    font-size: 20px;
}
*/
