.image-mask__img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.image-mask__svg {
    top: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}