* {
    --wfamyt-image-blob: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><path fill='%23FF0066' d='M65.6,-50.1C80.9,-33.1,86.4,-6.1,81,18.8C75.6,43.7,59.3,66.4,37.9,75.5C16.6,84.5,-9.8,79.8,-31.4,68.2C-52.9,56.6,-69.7,38.2,-73.6,17.8C-77.5,-2.6,-68.5,-25,-54.1,-41.9C-39.7,-58.7,-19.8,-70,2.7,-72.1C25.1,-74.2,50.3,-67.2,65.6,-50.1Z' transform='translate(100 100)' /></svg>");
}

.wfamyt-fetus-image-continer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wfamyt-fetus-image-box {
    width: 300px;
   /*  -webkit-mask-image: var(--wfamyt-image-blob);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: var(--wfamyt-image-blob);
    mask-repeat: no-repeat;
    mask-size: cover; */
}
.wfamyt-fetus-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}