.image {
width: 100%;
aspect-ratio: 1 / 1;
background-color: #999;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
}