.so-widget-image-animation-icon-image-animation-icon-default-styling-d75171398898-2 .image-animation-icon {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
}
.so-widget-image-animation-icon-image-animation-icon-default-styling-d75171398898-2 .image-animation-icon img {
  width: auto;
}
.so-widget-image-animation-icon-image-animation-icon-default-styling-d75171398898-2 .icon-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.so-widget-image-animation-icon-image-animation-icon-default-styling-d75171398898-2 .image-animation-icon:hover .icon-bg {
  left: -50%;
}
.so-widget-image-animation-icon-image-animation-icon-default-styling-d75171398898-2 .content-image-animation-icon {
  padding-left: 85px;
}