/* Style the video: 100% width and height to cover the entire window */
#portailOASIX-VDO {
  position: fixed;
  right: 0;
  bottom: 0;
  left:  -50px;
  min-width: 105%;
  min-height: 105%;
}

.uploadplayer-player {
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.uploadplayer-player video {
    object-fit: cover;
}

.video-js {
    overflow: hidden;
}