.lba-scroll-reveal-text-container {
    padding: 20px 0;
}

.lba-scroll-reveal-text {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    /* Add a modern premium feel by default */
    letter-spacing: -0.02em;
    font-family: inherit;
    text-align: center;
}

.lba-scroll-reveal-text .lba-inline-image-wrapper {
    display: inline-block;
    vertical-align: middle;
    /* target width set via GSAP inline, starts at 0 */
    width: 0;
    height: 1em;
    /* matched to line height mostly via widget controls */
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    /* Optional slight shift to align perfectly with text */
    transform: translateY(-5%);
    margin: 0 0.2em;
    /* Spacing */
}

.lba-scroll-reveal-text .lba-inline-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Important to keep the image looking good while container width grows */
    object-position: center;
}

.lba-srt-word {
    /* transition is handled by gsap, but we make sure inline block */
    display: inline-block;
    will-change: opacity;
    white-space: pre-wrap;
}