.tm-gallery-block-currenty-style1 {
  border: none;
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner {
  position: relative;
  overflow: hidden;
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner .thumb img {
  transition: all 0.6s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-gallery-block-currenty-style1 .tm-gallery-inner .thumb img {
    transition: none;
  }
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner .btn-more {
  bottom: 0;
  color: #fff;
  font-size: 42px;
  position: absolute;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-gallery-block-currenty-style1 .tm-gallery-inner .btn-more {
    transition: none;
  }
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner .btn-more i {
  color: var(--text-color-bg-theme-color1);
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner .btn-more:hover i {
  color: var(--text-color-bg-theme-color2);
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(to right, var(--theme-color2), var(--theme-color1));
  transition: all 0.4s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
  .tm-gallery-block-currenty-style1 .tm-gallery-inner:after {
    transition: none;
  }
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner:hover .thumb img {
  transform: scale(1.1) rotate(3deg);
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner:hover .btn-more {
  opacity: 1;
}
.tm-gallery-block-currenty-style1 .tm-gallery-inner:hover:after {
  opacity: 0.9;
}