.gen__featured_documentary_container_fluid {
	background: linear-gradient(90deg, var(--FC-bo-white) 50%, var(--FC-bo-black) 50%);
    padding-bottom: 75px !important;
}

.gen__featured_documentary_col {
    padding: 75px;
}

.gen__featured_documentary_link {
    display: flex;
    flex-direction: row;
}

.gen__featured_documentary_image {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 500px;
}

.gen__featured_documentary_image img {
    opacity: 0;
}

.gen__featured_documentary_image_text_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
}


.gen__featured_documentary_button_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}




    .gen__featured_documentary_image_text_col_mobile {
        display: none;
    }


@media screen and (max-width: 991px) {

    .gen__featured_documentary_container_fluid {
        background: linear-gradient(90deg, var(--FC-bo-white) 40%, var(--FC-bo-black) 40%);
    }


    .gen__featured_documentary_col {
        display: flex;
        align-items: center;
        padding: 50px;
    }

    .gen__featured_documentary_col p {
        margin: 0;
    }


    .gen__featured_documentary_image {
        max-height: 300px;
    }

    .gen__featured_documentary_col_h2 {
        padding-left: 0;
        padding-right: 0;
    }

    .gen__featured_documentary_col_text {
        padding-left: 40px;
        padding-right: 40px;
    }

}


@media screen and (max-width: 767px) {

    .gen__featured_documentary_container_fluid {
        background: var(--FC-bo-black);
    }

    .gen__featured_documentary_col_h2 {
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .gen__featured_documentary_col_h2 h2 {
        color: var(--FC-bo-white);
    }

    .gen__featured_documentary_col_text {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .gen__featured_documentary_link {
        justify-content: center;
    }

    .gen__featured_documentary_image_text_col {
        height: fit-content;
        padding: 25px;
        gap: 15px;
    }

    .gen__featured_documentary_image_text_col a {
        margin: auto;
    }
    

    .gen__featured_documentary_button_wrapper {
        padding-top: 0;
    }

}