.home {
  height: calc(100% - 7rem);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-y: hidden; }
  .home .nano-content {
    padding: 15px;
    -webkit-overflow-scrolling: touch; }
  .home .info {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    pointer-events: none; }
    .home .info:last-child {
      margin-bottom: -1rem; }
    .home .info .ice {
      color: #00ffff; }
    .home .info .info-title {
      background: rgba(0, 0, 0, 0.5);
      padding: 0.75rem 1.5rem;
      font-size: 1.6rem;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 1rem;
      border-radius: 0.25rem;
      pointer-events: auto; }
    .home .info .info-content {
      background: rgba(0, 0, 0, 0.5);
      width: 85%;
      padding: 0;
      line-height: 1.5;
      font-size: 1.25rem;
      float: right;
      border-radius: 0.25rem;
      margin-bottom: 1rem;
      overflow: hidden;
      position: fixed;
      opacity: 0;
      pointer-events: auto; }
      .home .info .info-content.show {
        position: relative;
        padding: 0.75rem 0.8rem 1rem 1rem;
        opacity: 1;
        transition: opacity 0.25s ease-in-out; }

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