.tm-gallery-item-default a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.tm-gallery-item-default a img {
  width: 100%;
  transform: translateX(0) scale(1.06) rotate(0.1deg);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tm-gallery-item-default a:hover img {
  transform: translateX(3%) scale(1.06) rotate(0);
}
.tm-gallery-item-default:hover .gallery-bottom-wrapper .title {
  transform: translate(0);
  opacity: 1;
}
.tm-gallery-item-default .gallery-bottom-wrapper {
  left: 54px;
  margin: 0;
  position: absolute;
  bottom: 28px;
}
.tm-gallery-item-default .gallery-bottom-wrapper .title {
  color: #fff;
  text-shadow: 0 0 20px #000;
}
.tm-gallery-item-default .gallery-bottom-wrapper .title {
  margin-bottom: 2px;
  color: #ffffff;
  opacity: 0;
  margin-top: 0;
  transform: translateY(-20px);
  transition: all 300ms ease;
  z-index: 3;
  position: relative;
}
.tm-gallery-item-default .gallery-bottom-wrapper .title a:hover {
  color: var(--theme-color1);
}

.hover-no-animation-yes .tm-gallery-item-default a img {
  transform: scale(1) rotate(0);
}
.hover-no-animation-yes .tm-gallery-item-default a:hover img {
  transform: scale(1) rotate(0);
}