Hi. I’ve discovered that Poster Image in Pro Video Element is not responsive to the layout. So here is a quick fix:
/* Responsive Image Poster for v2 Pro Video Element */
.mejs-video .mejs-poster {
background-size: cover;
background-repeat: no-repeat;
}
.mejs-video .mejs-poster img {
object-fit: cover;
}
I think it might be fixed in next updates. There is no reason to have non-responsive elements in 2019.

