@media (max-width: 992px) {
  body {
    font-size: 16px;
  }

  article {
    width: 100%;
  }

  header nav ul {
    display: flex;
    width: 100%;
    flex-flow: wrap;
  }

  header nav ul li {
    padding-bottom: 5px;
  }

  article a {
    white-space: unset;
  }

  img.plot {
    border: 0;
    max-width: 100%;
  }
}
