#loader {
    position: fixed;
    top: 13%;
    right: 3%;
    z-index: 9999;
    font-size: 25px;
    background-color: #3EC1D5;
    padding: 30px;
    display: none;

  }

  @media screen and (max-width:800px) {
    #loader {
      top: 45%;
      left: 5%;
      font-size: 16px;
      text-align: center;
      padding: 10px;
    }
  }