.background-wrap {
  position: fixed;
  top: 0; 
  left: 0;
  z-index: -1;
  min-width: 100%; 
  min-height: 100%;
  overflow: hidden;
    background-color:white;
}
.background-movie {
  position: relative;
    background-color:white;
}
#YouTubePlayer {
  width: 100%;
  height: 100%;
    background-color:white;
}
.background-cover {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;

  }
  
