 /*$$$$$$  /$$                            /$$$$$$              /$$     /$$           /$$          
| $$__  $$| $$                           /$$__  $$            | $$    |__/          | $$          
| $$  \ $$| $$  /$$$$$$   /$$$$$$       | $$  \ $$  /$$$$$$  /$$$$$$   /$$  /$$$$$$$| $$  /$$$$$$ 
| $$$$$$$ | $$ /$$__  $$ /$$__  $$      | $$$$$$$$ /$$__  $$|_  $$_/  | $$ /$$_____/| $$ /$$__  $$
| $$__  $$| $$| $$  \ $$| $$  \ $$      | $$__  $$| $$  \__/  | $$    | $$| $$      | $$| $$$$$$$$
| $$  \ $$| $$| $$  | $$| $$  | $$      | $$  | $$| $$        | $$ /$$| $$| $$      | $$| $$_____/
| $$$$$$$/| $$|  $$$$$$/|  $$$$$$$      | $$  | $$| $$        |  $$$$/| $$|  $$$$$$$| $$|  $$$$$$$
|_______/ |__/ \______/  \____  $$      |__/  |__/|__/         \___/  |__/ \_______/|__/ \_______/
                         /$$  \ $$                                                                
                        |  $$$$$$/                                                                
                         \_____*/

.featured_image_container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.featured_image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.featured_image_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(92%, 920px);
    padding: 65px 85px;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
}

.featured_image_title {
    margin: 0;
    color: var(--primary_text);
    text-wrap: balance;
    font-size: clamp(2rem, 4.6vw, 4.2rem);
    line-height: 1.15;
}