.summary-product-item {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 24px 1px rgba(0,0,0,0.17);
}

.which-uses {
  background-image: linear-gradient(to bottom, #f3f3f3 50%, transparent 100%);
}
.which-uses-summary {
  background-size: contain;
  background: url(http://traxy.id/asset/images/pelacakan.jpg) top center no-repeat;
  text-align: center;
  padding: 64px 0 32px 0;
}

.advanced-which-uses-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 35%;
}
.advanced-which-uses-thumbnail::after {
  background-image: radial-gradient(rgba(39, 51, 62, 0.3) 2px, transparent 2px);
  background-size: 32px 32px;
  position: absolute;
  content: '';
  height: 50%;
  width: 160px;
  left: 0;
  top: 16px;
}
.advanced-which-uses-thumbnail.dots-right::after {
  right: 0;
  left: auto;
}