.portfolio-img {
  max-height: 50px;
}

.category-news img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post .category-news img {
  width: 100%;
  height: auto;
}

body.search article.entry .post-thumbnail img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}

body.admin-bar .site-header {
  top: 32px;
}

.team-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=index.css.map */