.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text img {
  width: auto;
  transition: all 0.5s ease;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .content-image-hover-text {
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 5%;
  opacity: 0;
  display: flex;
  transition: all 0.6s ease;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .content-image-hover-text.bottom-slide {
  display: inherit;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .content-image-hover-text.bottom-slide .content {
  position: absolute;
  bottom: -400px;
  opacity: 0;
  width: 90%;
  transition: all 0.5s ease;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text:hover .content-image-hover-text.bottom-slide .content {
  bottom: 0;
  opacity: 1;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .content-image-hover-text.no-hover {
  opacity: 1;
  background: transparent;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text:hover img {
  transform: scale(1.1);
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text.no-zoom:hover img {
  transform: initial;
}
.so-widget-image-hover-text-image-hover-text-default-style-d75171398898-165 .image-hover-text:hover .content-image-hover-text {
  opacity: 1;
  transition: all 0.6s ease;
}