article.at-pageBanner {
    position: relative;
    margin-bottom: 0;
    clip-path: ellipse(120% 97% at 22% 3%);
    min-height: min(50vw, 500px);
}

.at-pageBanner::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-pageBanner__image {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
