#preloader {
    background: #fcfcfc url(../../images/gilogo.gif) no-repeat center center;
    background-size: 40%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100000;
  }
  
  .imgfit img {
    width: 100%;
  }