.shadow-health__hero {
    height: 60vw;
    overflow: hidden;
    padding: 0 3rem;
    position: relative;
}

.shadow-health__hero .hero-content {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.shadow-health__hero .hero-content .hero-content--text {
    max-width: 600px;
}

.shadow-health__hero .hero-content .hero-content--text h1,
.shadow-health__hero .hero-content .hero-content--text p,
.shadow-health__hero .hero-content .hero-content--text p a {
    color: white;
}

.shadow-health__hero .hero-content .hero-content--text p a {
    text-decoration: underline;
}

.shadow-health__hero .hero-content .hero-content--actions .button {
    margin: 1rem 1rem 0 0;
}

.hero-content--actions .actions-button--1 {
    background: white;
}

@media all and (max-width: 1300px) {
    .shadow-health__hero .hero-content {
        background: rgba(0, 0, 0, 0.5);
    }
}

@media all and (max-width: 768px) {
    .shadow-health__hero .hero-content {
        background: rgba(0, 0, 0, 0.75);
    }

    .shadow-health__hero .hero-content .hero-content--text h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .shadow-health__hero .hero-content .hero-content--text p,
    .shadow-health__hero .hero-content .hero-content--actions .button {
        font-size: 1rem;
    }
}

@media all and (max-width: 600px) {
    .shadow-health__hero .hero-content .hero-content--text h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .shadow-health__hero .hero-content .hero-content--text p {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .shadow-health__hero .hero-content .hero-content--actions .button {
        font-size: 0.875rem;
        margin-top: 0;
    }
}

@media all and (max-width: 380px) {
    .shadow-health__hero {
        height: 80vw;
        min-height: 300px;
    }

    .shadow-health__hero .videoWrapper {
        padding-bottom: 80%;
    }

    .shadow-health__hero .videoWrapper {
        min-width: 400px;
    }

    .shadow-health__hero .hero-content .hero-content--text h1 {
        font-size: 1rem;
    }

    .shadow-health__hero .hero-content .hero-content--text p,
    .shadow-health__hero .hero-content .hero-content--actions .button {
        font-size: 0.625rem;
    }

    .shadow-health__hero .hero-content .hero-content--actions .button {
        padding: 0.5rem 0.25rem 0.25rem;
    }
}

@media all and (min-width: 768px) {
    .shadow-health__hero {
        height: 40vw;
    }

    .hero-content--actions .actions-button--1:hover {
        background-color: #006281;
    }
}

@media all and (min-width: 1200px) {
    .shadow-health__hero .hero-content .hero-content--text h1 {
        font-size: 4rem;
    }

    .shadow-health__hero .hero-content .hero-content--text p {
        font-size: 1.25rem;
    }
}