.gastenboek-blok {
    overflow: hidden;
    border-radius: 20px; /* alleen laten staan als dit past bij je bestaande stijl */
}

.gastenboek-blok .col-md-6:last-child {
    min-height: 450px;
}

#gastenboekCarousel,
#gastenboekCarousel .carousel-inner,
#gastenboekCarousel .carousel-item {
    height: 100%;
}

.gastenboek-foto {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
    display: block;
}

#gastenboekCarousel .carousel-control-prev,
#gastenboekCarousel .carousel-control-next {
    width: 12%;
}

#gastenboekCarousel .carousel-control-prev-icon,
#gastenboekCarousel .carousel-control-next-icon {
    background-color: rgb(#ebe5db)!important;
    border-radius: 50%;
    padding: 20px;
    background-size: 55% 55%;
}