/*-------linear-gradient-------*/
/*-----------------------------*/
.VideoPlayer {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center; }
  .VideoPlayer__player {
    height: 100% !important;
    object-fit: contain !important; }

@-moz-document url-prefix() {
  .VideoPlayer__player {
    height: 100% !important;
    width: calc(100% - 200px) !important; }
    @media (max-width: 750px) {
      .VideoPlayer__player {
        width: 100% !important; } } }
    @media (max-width: 750px) {
      .VideoPlayer__player {
        width: 100%; } }
  .VideoPlayer .VideoLoading {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .VideoPlayer .VideoLoading > div {
      margin: auto; }

