.mdpVideoPlayer-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mdpVideoPlayer {
  position: absolute !important;
  top: 0; bottom: 0;
  left: 0; right: 0;
  width: auto !important;
  height: auto !important;
}
.mdpVideoPlayer img {
  width: 100%;
  height: 100%;
}
