.aux-hero {
    background: rgba(0,0,0,0.4);
    min-height: 50vh;
    display: flex;
    align-items: end;
}

.aux-hero .content-wrapper {
    width: stretch;
}

.aux-hero-container {
    max-width: var(--max-content);
    margin: 0 auto;
    width: 100%;
    padding-top: 100px;
    /*text-shadow: 0 2px 10px rgba(0, 0, 0, 1);*/
}

.aux-hero-title {
    font-weight: 200;
    font-size: 3rem;
    color: #fff;
    max-width: 600px;
}

.aux-hero-description {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    max-width: 600px;
}