#info {
  position: fixed;
  bottom: 1.5%;
  left: 0;
  padding: 1.75em 1.5em 1.75em 0.5em;
  cursor: pointer;
  z-index: 2;
}

#info button {
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
}

#info button img {
  width: 150%;
}

#infotext {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  height: auto;
  /* expands to fit text */
  margin: 0 23.4%;
  width: 50%;
  text-align: center;
  background-color: #fffffa;
  font-size: 1.08em;
  overflow-y: auto;
  max-height: 100%;
  padding: 0 1em;
  z-index: 1;
}

#infotext ol {
  list-style-type: lower-roman;
}

#infotext li {
  text-align: left;
  padding-bottom: 0.2em;
}

@media (max-width: 767px) and (orientation:portrait) {
  #infotext {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  #infotext p,
  li {
    font-size: 0.85em;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {

  #infotext p,
  li {
    font-size: 1em;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

  #infotext p,
  li {
    font-size: 1em;
    font-weight: 300;
  }
}

@media (max-width: 767px) and (orientation:landscape) {

  #infotext p,
  li {
    font-size: 0.85em;
    font-weight: 300;
  }
}