.ehib-image-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ehib-image {
  position: relative;
  display: inline-block;
}

.ehib-image img {
  display: block;
  transition: opacity 0.3s ease-in-out;
  max-height: 120px;
    width: 100%;
}

.ehib-image img.ehib-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ehib-image:hover img.ehib-main {
  opacity: 0;
}

.ehib-image:hover img.ehib-hover {
  opacity: 1;
}

.ehib-content h3 {
    font-size: 16px !important;
    color: black !important;
}