.oxi-addons-container  .oxi-image-button-hover-style-4 .oxi-image-hover-figure .oxi-image-hover-figure-caption {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover:hover .oxi-image-hover-figure .oxi-image-hover-figure-caption,
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover.oxi-touch .oxi-image-hover-figure .oxi-image-hover-figure-caption{
    opacity: 1;
}

.oxi-addons-container  .oxi-image-button-hover-style-4 .oxi-image-hover-figure.left_to_right .oxi-image-hover-figure-caption .oxi-image-hover-icon{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover:hover .oxi-image-hover-figure.left_to_right .oxi-image-hover-figure-caption .oxi-image-hover-icon,
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover.oxi-touch .oxi-image-hover-figure.left_to_right .oxi-image-hover-figure-caption .oxi-image-hover-icon{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.oxi-addons-container  .oxi-image-button-hover-style-4 .oxi-image-hover-figure.right_to_left .oxi-image-hover-figure-caption .oxi-image-hover-icon{
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover:hover .oxi-image-hover-figure.right_to_left .oxi-image-hover-figure-caption .oxi-image-hover-icon,
.oxi-addons-container  .oxi-image-button-hover-style-4.oxi-image-hover.oxi-touch .oxi-image-hover-figure.right_to_left .oxi-image-hover-figure-caption .oxi-image-hover-icon{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}