
.t396__artboard .hover-top {
  position: relative;
  z-index: 1;
  transition: opacity .4s ease, transform .4s ease;
}
.t396__artboard .hover-top:hover {
  z-index: 9999;
  opacity: 1;
  transform: scale(1.03);
}

