CSS code to make logos float up on hover

@Technology_Services Please try to use this code instead:

.eapp-logo-showcase-logo-innerInner:hover {
  transform: translateY(-10px);
  box-shadow: 4px 4px 8px 0px rgba(17, 17, 17, 0.4);
}

.eapp-logo-showcase-logo-innerInner {
  transition: transform ease-in-out 0.2s, box-shadow ease-in-out 0.4s;
}

.eapp-logo-showcase-grid-container {
  margin-top: 10px;
}