.xgplayer-rotate-parent .xgplayer-mobile video {
  z-index: -1;
}
.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video {
  z-index: -1;
}
.xgplayer xg-video-container.xg-video-container {
  position: absolute;
  top: 0;
  bottom: 48px;
  display: block;
  width: 100%;
}

.xgplayer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.xgplayer[data-xgfill='contain'] video {
  -o-object-fit: contain;
  object-fit: contain;
}
.xgplayer[data-xgfill='cover'] video {
  -o-object-fit: cover;
  object-fit: cover;
}
.xgplayer[data-xgfill='fill'] video {
  -o-object-fit: fill;
  object-fit: fill;
}
