This is a bit of an anti-pattern that means the host website needs to constantly fight z-index with the embed in order to overlay anything on top of it, e.g. a modal dialog, which could otherwise just use DOM ordering.
.MediaCard-borderOverlay { z-index: 10; }
Not a problem with iframes. Any way you can find a way to not resort to z-index?