.pci-infra-card {
  position: relative;
  overflow: hidden;
}

.pci-infra-card .image_wrapper {
  position: relative;
}

.pci-infra-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  min-height: 34px;
  padding: 8px 8px 7px;
  background: rgba(0, 100, 45, .94);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}
