Hi Bill,
Yes I notice the issue now, sorry for missing it out earlier.
this little CSS should fix the issue:
1. In the WordPress backend, go to Settings > Animate It! > Custom CSS Block
2. Paste the following:
.animated.eds-scroll-visible,
.animated.eds-on-hover{
overflow: visible !important;
}
This would disable the cutting off of all the
on scroll and on hover elements.
Let me know if this works for you.