.button {
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    outline: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    width:100%;
    height: 100%;
    left: auto;
    top: -200px;
    cursor: pointer;
    z-index: 100;
}

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: black;*/
  z-index: 10000; /* overkill, but keeps the div in front */
  display: block;
  }
  
.a-loader-title {
  color: white !important;
  margin-top: 25%;
}