header .desktop {
  visibility: visible;
}

.entry-content {
  width: 60vw;
  display: block;
  margin: 0 auto;
  padding: 30px 0 80px 0;
  font-family: 'Baskerville-Regular', serif;
}

@media only screen and (max-width: 900px) {
  .entry-content {
    width: 80vw;
  }
}

@media only screen and (max-width: 480px) {
  .entry-content {
    padding: 20px 0 60px 0;
  }
}

.entry-content .entry-title {
  display: none;
}
/*# sourceMappingURL=info.css.map */