article.at-pageBanner {
    position: relative;
    margin-bottom: 0;
    min-height: min(50vw, 300px);
    clip-path: ellipse(90% 100% at 50% 0);
}

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