

/*===============================
/templates/ja_aiga/css/user.css
================================================================================*/
.isotope-gallery{position:relative;margin:2rem auto;max-width:1200px;overflow:hidden} .isotope-gallery .item{width:31%;margin-bottom:2%;float:left;position:relative}.isotope-gallery .grid-sizer{width:31%} .image-item{position:relative;overflow:hidden} .image-item img{width:100%;height:auto;display:block;transition:transform 0.4s ease,opacity 0.4s ease} .image-item .fa{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;color:#fff;font-size:1.8rem;transition:all 0.3s ease} .image-item:hover img{transform:scale(1.05);opacity:0.8}.image-item:hover .fa{transform:translate(-50%,-50%) scale(1);opacity:1} @media (max-width:991px){.isotope-gallery .item,.isotope-gallery .grid-sizer{width:48%}}@media (max-width:600px){.isotope-gallery .item,.isotope-gallery .grid-sizer{width:100%}} .fullwidth-gallery-wrapper{width:100%;max-width:1200px; margin:0 auto; padding:0 16px; box-sizing:border-box} .fullwidth-gallery{position:relative; } .fullwidth-gallery .grid-sizer{width:33.333%; } .fullwidth-gallery .item{width:33.333%;margin-bottom:16px} .fullwidth-gallery .image-item img{width:100%;display:block;border-radius:0; height:auto;transition:transform 0.3s ease}.fullwidth-gallery .image-item img:hover{transform:scale(1.02)}