  #custom-handle {
    width: 5em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    font-size: 10;
  }
  #slider {
    width: 50%;
    left: 0
  }
  #pages {
    width: 100%; 
    text-align: center;
  }
  #input {
    margin-left: 20%;
  }
  @media (orientation: landscape) {
    #noAura {
        width: 100%;
        height: 90%;
    }
  }

  @media (orientation: portrait) {
    #noAura {
        width: 100%;
        height: 45%;
    }
  }
