#about {
    /* width: 60vw; */

    display: flexbox;
    padding-top: 5rem;
    margin: auto;
    text-align: justify;
    place-content: center;
}

#quote_content {
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}

#quote_img {
    background-image: url(../media/Porträt\ Naomi\ Semma\ _Foto\ von\ Lea\ Champagne.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    width: 60vw;
    height: 25vh;
}

#about h1 {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    #quote_img {
        width: 95vw;
        background-attachment: scroll;
        background-size:contain;
    }
}