.ce_text_over_image {
    max-height: 660px
}

.ce_text_over_image .text-container {
    top: 0;
    left: 0;
    z-index: 3
}


@media screen and (min-width: 576px) {
    .ce_text_over_image {
        max-height: none
    }
}


@media screen and (min-width: 1680px) {
    .ce_text_over_image {
        max-height: 850px
    }

    .ce_text_over_image .img-fluid {
        width: 100%
    }
}
