body.home {}

body.home .wrapper-home-sections .rh_section {
    padding-top: 0;
}

#layer_video_background rs-layer-wrap video {
    object-fit: cover !important;
}

#home_rl_immo{
    background-position: top left calc(100vw - (100vw - 800px) / 2);
}

#facebook_section > div > div:first-child {
    width: calc(100% - 360px);
    padding-left: 250px;
}

#facebook_section > div > div:last-child {
    width: 360px;
}

@media (max-width: 1199px) {
    #facebook_section > div {
        flex-wrap: wrap;
    }

    #facebook_section > div > div:first-child {
        position: relative;
        background-color: rgba(255, 255, 255, 0.7);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    #facebook_section > div > div:first-child:before,
    #facebook_section > div > div:first-child:after {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
    }

    #facebook_section > div > div:first-child:before {
        right: 100%;
    }

    #facebook_section > div > div:first-child:after {
        content: none;
        left: 100%;
    }
}

@media (max-width: 991px) {
    #facebook_section > div > div:first-child {
        width: 100%;
    }

    #facebook_section > div > div:first-child:after {
        content: '';
    }

    #facebook_section > div > div:last-child {
        margin: auto;
    }
}