html, body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

#titleCard, .titleHolder {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  max-height: 800px;
  height: 100%;
  margin: auto;
}
#titleCard img, .titleHolder img {
  max-width: 100%;
  margin: auto;
  display: block;
  max-height: 100%;
  height: auto;
  width: auto;
}

/*# sourceMappingURL=styles.css.map */
