.thumb {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.hero {
  max-width: 100% !important;
}

.board-card {
  border: 1px solid silver;
  margin: 4px;
  padding: 0px;
  box-shadow: 2px 2px 2px #e0e0e0;
  width: 200px;
  height: 240px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.board-card .board-image {
  width: 200px;
  height: 180px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.board-card .board-image img {
  height: 180px;
}

.board-card .board-vendor {
}

.board-card .board-product {
  font-weight: bold;
}

.filter-name {
  font-weight: bold;
}

em {
  font-weight: bold;
}
