#ferienhaus-carousel {
    width: 100vw;
    height: 95vh;
}

.carousel-item > img {
    width: 100vw;
    height: 95vh;
}

#landing-top {
    width: 100vw;
    height: 95vh;
    background-image: url("images/landing.JPG");
    background-size: cover;
    background-position: center;
    margin-bottom: 5vh;
}

.landing-image {
    background-image: url("images/landing.JPG");
    background-size: cover;
    background-position: center;
}

.housing-card-image {
    height: 300px;
    max-height: 33vh;
    object-fit: cover;
}