.curtain {
  /* Setup */
  position: absolute; /* Remove from flow */
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background-color: #ccc;
  /* Let the content be swept */
  white-space: nowrap;
  /* Inital State before jQuery hits it. */
  width: 0%;
}
