@jokysatria: I just discovered your code, and am very happy to see it works like a dream ! Many thanks.
For regular embeds, I have this:
/* lift embed on hover */
.internal-embed .markdown-embed:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transform: translate3d(0px, -3px, 0px);
}
Is there a way to integrate this into your code ?