Is there a way to achieve this specific shape using CSS?
I attempted to use the following resources, but they didn't provide me with the desired outcome.
Curved border with stroke in pure CSS?
.banner-img{
height: 661px;
position: relative;
border-bottom-left-radius: 40% 55px;
border-bottom-right-radius: 40% 55px;
overflow: hidden;
}
Any assistance would be greatly appreciated. The final result should resemble the image linked below.