
    .modern-browser {
      position: fixed;
      top: 0;
      height: 100vh;
      background-color: white;
      width: 100vw;
      background-image: url('browser-check-splash.png');
      background-position: center center;
      background-repeat: no-repeat;
        z-index: 1000;
    }