.cgcShowcase {
  overflow: hidden;
}

.cgcShowcase, .cgcShowcase * {
  box-sizing: border-box;
}

.cgcShowcase.singelProduct {
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.cgcShowcase.singelProduct .cgcHeading {
  padding-left: 10px;
  padding-top: 10px;
}

.cgcShowcase.singelProduct .cgcInstaImage {
  padding: 0px;
  border: 1px solid #e1e1e1;
  margin: 10px;
  width: 150px;
  float: left;
}

.cgcShowcase.singelProduct .cgcInstaImage .cgcInstaTitle {
  position: relative;
}

.cgcShowcase.singelProduct .cgcInstaImage .cgcInstaTitle .cgcInstaProfile {
  float: left;
  position: absolute;
}

.cgcShowcase.singelProduct .cgcInstaImage .cgcInstaTitle .cgcInstaProfile img {
  max-height: 48px;
}

.cgcShowcase.singelProduct .cgcInstaImage .cgcInstaTitle .cgcInstaProfileName {
  padding-left: 55px;
  color: black;
  font-size: 12px;
  line-height: 14px;
  height: 48px;
  padding-top: 8px;
}

.cgcShowcase.singelProduct .cgcInstaImage .cgcInstaContent {
  height: 148px;
}

.cgcShowcase.singelProduct .beOnPage {
  clear: both;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
}
