article.at-heroBanner {
    position: relative;
    margin-bottom: 0;
    clip-path: ellipse(120% 97% at 22% 3%);
}

.at-heroBanner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(238,238,238,0) 0%, rgba(28,28,28,0.4) 60%);
}

.at-heroBanner__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    min-height: min(50vw, 650px);
    padding: min(10vw, calc(2 * var(--innerPaddingY))) 1rem calc(2 * var(--innerPaddingY));
    z-index: 2;
    background-color: transparent;
}

.at-heroBanner__content {
    max-width: 500px;
    margin-bottom: var(--innerPaddingY);
    color: var(--baseLight100);
}

.at-heroBanner__title,
.at-heroBanner__text {
    text-shadow: 0 1px 4px rgba(0,0,0, 0.5);
}

.at-heroBanner__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
