/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/** article */
.node--type-article .node__submitted {
  margin-bottom: 0.5rem;
  color: #999;
  font-size: 0.9em;
}
.node--type-article .field--name-field-tags {
  overflow: hidden;
  margin: 0 -10px;
}
.node--type-article .field--name-field-tags .field__item {
  float: left;
  margin: 0 10px;
}
.node--type-article.node--view-mode-teaser {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .node--type-article.node--view-mode-teaser .img-adaptive {
    margin-bottom: 20px;
  }
}
.view-display-id-block_front .node--type-article.node--view-mode-teaser .img-adaptive {
  margin-bottom: 10px;
}
.node--type-article.node--view-mode-full .field {
  margin-bottom: 15px;
}
.node--type-article.node--view-mode-full .field:last-of-type {
  margin-bottom: 0;
}
.node--type-article.node--view-mode-full .img-adaptive {
  margin-bottom: 30px;
}