#VidSoft {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter: saturate(1.75) blur(40px) contrast(1.5) brightness(1.25) ;
  }

  #VidHard {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    filter: saturate(1.5) blur(0px) contrast(1.5) brightness(1.1) ;
  }
  

  