.blog .item-image img,
.blog .article-intro-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 180px;
  object-fit: cover;
}

.item-page img,
.article-details img,
.com-content-article img {
  max-width: 300px !important;
  width: 100%;
  height: auto !important;
  display: block;
  margin: 12px auto;
}