.hero-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(33, 37, 41, 0.3);
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
  background-blend-mode: multiply;
}

.article-section > .wrapper {
  max-width: 90%;
  margin: 0 auto;
}

.article-section > .wrapper > .title {
  margin: 20px auto 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: #343A40;
}

.article-section > .wrapper > .action-buttons {
  text-align: center;
}

.article-section > .wrapper > .action-buttons > form {
  display: inline-block;
}

.article-section > .wrapper > .action-buttons > .edit_article {
  font-size: 0.7em;
  border: 1px solid #868E96;
  display: inline-block;
}

.article-section > .wrapper > .details {
  text-align: center;
  display: block;
  position: relative;
  top: -4px;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: #868E96;
  font-size: 0.7em;
  margin-bottom: 20px;
}

.article-section > .wrapper > .content {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #343A40;
  white-space: pre-wrap;
}

.article-section > .wrapper > .content * {
  max-width: 100%;
}

.article-section > .wrapper > .attachments-wrapper {
  text-align: left;
  max-width: 720px;
  margin: 40px auto;
}

.article-section > .wrapper > .attachments-wrapper .link {
  text-align: left;
  color: #343A40;
  text-decoration: none;
  font-size: 0.9em;
}

.article-section > .wrapper > .attachments-wrapper .link i {
  position: relative;
  top: 4px;
}

.article-section > .wrapper blockquote {
  padding: 30px 0;
}

@media (max-width: 1024px) {
  .article-section > .wrapper > .action-buttons > form {
    display: block;
  }
}

