.md-content img, article img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.diagram-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0 2rem;
}

.diagram-wrap img {
  max-width: none;
  width: 1400px;
  height: auto;
}

@media (max-width: 900px) {
  .diagram-wrap img {
    width: 1200px;
  }
}
