.show-full-screen-video {
    display: flex;
    justify-content: center;
}
div#single-wpvstheme-video-container {
    height: 100% !important;
    display: inline-flex;
    overflow: hidden;
}
#single-wpvstheme-video-container .videoWrapper {
    width: 100vw !important;
}

@media screen and (min-width: 750px){
  mux-player {
      height: 100%;
  }
}


.wpvs-full-screen-display #single-wpvstheme-video-container, .wpvs-full-screen-display, .wpvs-full-screen-display #single-wpvstheme-video-container #rvs-main-video, .wpvs-full-screen-display #single-wpvstheme-video-container #rvs-trailer-video {
    overflow: hidden;
}