home/aissorg/public_html/css/gallery.css 0000644 00000001332 15116231763 0014412 0 ustar 00 .hover-effect::before {
right: 0;
opacity:0.7;
top: 0;
}
.hover-effect::after {
bottom: 0;
opacity: 0.7;
left: 0;
}
.hover-effect::before, .hover-effect::after {
content: "";
background: #fff;
height: 0;
width: 0;
z-index: 1;
position: absolute;
-webkit-transition-duration: 1.3s !important;
-o-transition-duration: 1.3s;
transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
height: 100%;
opacity: 0;
width: 100%;
}