.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2 {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2 .bg img {
  width: auto;
  transition: all 0.5s ease;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .content-animated-hover2 {
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  width: 90%;
  height: 90%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5%;
  opacity: 0;
  display: flex;
  transition: all 0.6s ease;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .bottom .content-animated-hover2 {
  bottom: 0;
  opacity: 1;
  top: inherit;
  height: 80px;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .content-animated-hover2 .heading {
  margin-top: 25px;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .bottom .content-animated-hover2 .heading {
  margin-top: 0;
  margin-bottom: 0;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2:hover .bg img {
  transform: scale(1.2);
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .bottom.animated-hover2:hover .bg img {
  transform: scale(1);
  opacity: 0.8;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2:hover .content-animated-hover2 {
  opacity: 1;
  transition: all 0.6s ease;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .content-animated-hover2 img,
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .content-animated-hover2 .heading {
  transform: scale(1.4);
  transition: all 0.6s ease;
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .bottom .content-animated-hover2 img,
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .bottom .content-animated-hover2 .heading {
  transform: scale(1);
}
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2:hover .content-animated-hover2 img,
.so-widget-animated_hover2-animated_hover-default-style-d75171398898 .animated-hover2:hover .content-animated-hover2 .heading {
  transform: scale(1);
  transition: all 0.6s ease;
}