.contentblok.projectfotos .afbeelding {
    max-height: 90rem;
    min-width: 100%;
}
.col-12.col-sm-6.col-md-6.col-lg-6.g-5.afb-2 .afbeelding {
    max-height: 50rem;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .contentblok.projectfotos {
        padding: 0rem 10rem;
        padding-bottom: 20rem;
        border-bottom: 1px solid white;
    }
    .contentblok.projectfotos .afbeelding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contentblok.projectfotos .afbeelding {
        height: 100%;
        width: 100%;
        object-fit: cover;
        justify-content: center;
        align-items: center;
    }
    .col-12.col-sm-6.col-md-6.col-lg-4.g-5.afb-3 .afbeelding {
        height: 60rem;
    }
}
@media (min-width: 1400px) {
    .contentblok.projectfotos {
        padding-bottom: 50rem;
    }

}