@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.rounded-image-modal{animation:fadeIn .3s ease-out}.rounded-image-enlarged{animation:scaleIn .3s ease-out}.cursor-zoom-in{cursor:zoom-in}