
/**
 *	ILLUSTRATION TOP
 */
 .illustration-top-wrapper {
    position: relative;
    height: 225px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
}

.illustration-top-wrapper.bg-wit {
    background-color: #fff;
}

.illustration-top-wrapper.bg-zwart {
    background-color: #000;
}

.illustration-top-wrapper.bg-lightgrijs {
    background-color: #efefef;
}

.illustration-top-wrapper.bg-donkergrijs {
    background-color: #4a4f56;
}

.illustration-top-wrapper.bg-accent {
    background-color: #0084bc;
}

.illustration-top-wrapper.bg-accent {
    background-color: #5ebc02;
}

.illustration-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.illustration-top-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
