.wcmi-has-gallery { position: relative; }

.wcmi-has-gallery .magni-box {
  width: 100%;
  min-height: 155px !important;
  background: none;
  position: absolute !important;
  top: 0;
}

.wcmi-has-gallery .magni-box img:first-child {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wcmi-has-gallery a:hover .magni-box img:first-child {
  opacity: 1;
}