.oxi_image_e_e_30 .oxi-image-effects-hover.oxi-image-hover-image{
    opacity: 1;
    pointer-events: none;
}


.oxi_image_e_e_30 .oxi-image-effects-hover .oxi-image-hover-figure-effects{
    background: transparent !important;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.oxi_image_e_e_30 .oxi-image-effects-hover:hover .oxi-image-hover-figure-effects{
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

.oxi_image_e_e_30 .oxi-image-effects-hover .oxi-image-hover-figure-effects:before,
.oxi_image_e_e_30 .oxi-image-effects-hover .oxi-image-hover-figure-effects:after{
    border-radius: 0px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
       position: absolute;
    height: 0;
    width: 0;
    content: '';
    z-index: -1;
}

.oxi_image_e_e_30 .oxi-image-effects-hover:hover .oxi-image-hover-figure-effects:before,
.oxi_image_e_e_30 .oxi-image-effects-hover:hover .oxi-image-hover-figure-effects:after{
     opacity: 0;
    width: 100%;
    height: 100%;
}
.oxi_image_e_e_30 .oxi-image-effects-hover.left_to_right .oxi-image-hover-figure-effects:before,
.oxi_image_e_e_30 .oxi-image-effects-hover.left_to_right .oxi-image-hover-figure-effects:before{
   top: 0;
   right: 0;
}
.oxi_image_e_e_30 .oxi-image-effects-hover.left_to_right .oxi-image-hover-figure-effects:after,
.oxi_image_e_e_30 .oxi-image-effects-hover.left_to_right .oxi-image-hover-figure-effects:after{
    left: 0;
    bottom: 0;
}


.oxi_image_e_e_30 .oxi-image-effects-hover.right_to_left .oxi-image-hover-figure-effects:before,
.oxi_image_e_e_30 .oxi-image-effects-hover.right_to_left .oxi-image-hover-figure-effects:before{
   top: 0;
   left: 0;
}
.oxi_image_e_e_30 .oxi-image-effects-hover.right_to_left .oxi-image-hover-figure-effects:after,
.oxi_image_e_e_30 .oxi-image-effects-hover.right_to_left .oxi-image-hover-figure-effects:after{
    right: 0;
    bottom: 0;
}
