.block-hero {
    background: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0.75em;
}

.block-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.block-hero__bg-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-hero__content {
    width: 51.5625em;
    max-width: 100%;
    z-index: 2;
    position: relative;
    color: var(--color-primary);
}

@media screen and (max-width: 1024px) {
    .block-hero__content {
        margin-bottom: 6em;
    }
}

.block-hero__title-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.block-hero__title-word-inner {
    display: inline-block;
}