.overmij {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overmij h2 {
    margin-bottom: 2em;
}
.overmij div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.overmij img {
    /* max-height: 30vw; */
    max-width: 90vw;
    height: auto;
}
.overmij img:nth-of-type(2) {
    /* max-height: 30vw; */
    max-width: 90vw;
}
.overmij article {
    max-width: 50em;
    margin-bottom: 3em;
}

@media (min-width: 39em) {
    .overmij img {
        /* max-height: 30vw; */
        max-width: 50vw;
        height: auto;
    }
    .overmij img:nth-of-type(2) {
        /* max-height: 30vw; */
        max-width: 50vw;
    }
}
/* @media (min-width: 65em) {
    .overmij img:first-of-type {
        max-width: 42vw;
        height: auto;
    }
    .overmij img:nth-of-type(2) {
        max-width: 30vw;
    }
} */

@media (min-width: 80em) {
    .overmij img {
        max-height: 22vw;
    }
    .overmij img:nth-of-type(2) {
        max-height: 22vw;
    }

}