.component-showcase {
  height: 190px;
  position: relative;
  margin: -12px -5px 14px;
  background: radial-gradient(circle, rgba(67, 231, 255, .13), transparent 62%);
}
.component-showcase img {
  position: absolute;
  width: 64%;
  height: 100%;
  left: 18%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .55));
  animation: float 4s ease-in-out infinite;
}
.component-showcase img:nth-child(2) { width: 42%; left: -2%; animation-delay: -1.2s; }
.component-showcase img:nth-child(3) { width: 42%; left: 60%; animation-delay: -2.4s; }
