I was forever stumped by this, but it looks like the modal window’s padding is tied to the size of the “X” close window:
.ea712e612-8c68-48c8-81f2-04749617cffc.x-modal .x-modal-content-inner {
. padding: calc(10em * 2);
}
I’m playing around on http://dandost.wpengine.com/ (the pictures of people toward the bottom of the page) and came across some other similar issues, but nothing that could fix that being tied to the size of the X. This isn’t a huge deal, except on mobile, where it moves the video off screen.
