.catalogCell {
  float: left;
  width: 256px;
  text-align: center;
  padding: 2px;
  height: 256px;
  overflow: hidden;
  background-color: #20202e;
  color: #e8e8f0;
  margin: 2px;
  border: 1px solid #35354a;
  border-radius: 8px;
  height: 256px;
}

.linkThumb img {
  max-height: 128px;
  max-width: 128px;
}