.img-tall {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 100% 0;
    clip-path: circle(150vw at 300% 50%);
}
