.model-hero-section {
    background-image: url('/global/images/models/billeder/hero/flex_skov_forfra.webp');
    background-position-y: center;
    background-position-x: 57%;
    background-size: cover;
}

@container (max-aspect-ratio: 1.8/1) {
    #flex-black-filter {
        background-color:rgba(0,0,0,0.2);
    }
}

#solo > *{
    color:white;
}

.big-image-section {
    background-image: url('/global/images/natur_hvor_der_kan_ligge_et_hus.webp');
}

.overview {
    align-content: stretch;
}

.overview > * {
    width:40%;
}

.overview flex-image img {
    width:100%;
    object-fit: contain;
    filter: invert(1);
}