.hero-home__wrapper-special {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hero-home__wrapper-inner-special {
    max-width: 650px;
}

.hero-home__header-special {
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
}

.hero-home__header-special h1 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .hero-home__header-special h1 {
        font-size: 34px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}

.hero-home__header-special p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .hero-home__header-special p {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}

.hero-home__button-special {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .hero-home__button-special {
        font-size: 18px;
    }
}

.hero-home__video-special {
    width: 100%;
    height: 90vh;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .hero-home__video-special {
        width: 100%;
        height: 80vh;
    }
}

.hero-home__media-special {
    position: relative;
}

.hero-home__accent-special {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.6)
    );
}