.note {
  max-width: 45rem;
  margin: 0 auto;
}
.note p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.note {
  max-width: 45rem;
  margin: 0 auto;
}
.note-header {
  text-align: center;
  margin: 7vh 0;
  line-height: 2em;
}
.note-header h1 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: calc(1vw + 2rem);
  z-index: 1;
}

.note-header img {
  margin-top: 40px;
}
.note-date {
  margin-bottom: 0.5rem;
  margin-top: 40px;
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 3rem 0;
}
.gallery figure a {
  border: 0;
}
.gallery figure {
  margin: 0;
  padding: 0;
}

.tags-mobile {
  display: none;
}
.tags-desktop {
  font-size: 1.2em;
}

@media screen and (max-width: 45rem) {
  header img {
    width: 100vw;
    margin-left: -5vw;
  }
  .header-separator {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    margin-left: -5vw;
    width: 100vw;
  }
  .intro-note h1 {
    font-size: calc(1vw + 2rem);
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 20px;
  }
  .note-header {
    margin-top: 30px;
    text-align: left;
  }
  .tags-desktop {
    display: none;
  }
  .tags-mobile {
    display: inline-block;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: inherit;
    letter-spacing: 0;
  }
  .note-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .note-header img {
    margin-top: 0;
  }
}
