/* Content-led software platform image replacing the SaaS capability-node graphic. */
.industry-saas-value-image {
  display: block;
  overflow: hidden;
  background: #101113;
  color: inherit;
  font: inherit;
}

.industry-saas-value-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
