.nl-bloc-banner-title {
    position: relative;
    overflow: hidden;
}

.nl-bloc-banner-title h1 {
    line-height: 1;
}

.nl-bloc-banner-title .nl-post-title-ctnr {
    position: absolute;
    width: calc( 80% - 40px);
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: end;
    height: calc(100% - 200px);
}

.nl-bloc-banner-title figure.alignfull.wp-block-post-featured-image img {
    max-height: 560px;
    height: auto;
}