.gallery-item{position:relative;width:100%;max-width:400px;margin:0 auto 20px;overflow:hidden}.gallery-img img{height:234px;width:430px;object-fit:cover;transition:transform .4s ease;border-radius:50px 50px 50px 0}.gallery-item:hover img{transform:scale(1.05)}.gallery-content{position:absolute;width:100%;height:100%;top:0;left:0}.gallery-content:before{content:"";position:absolute;left:10px;top:10px;right:10px;bottom:10px;background:#1595c69e;border-radius:50px 50px 50px 0;opacity:0;visibility:hidden;transition:.3s}.gallery-content:hover:before{opacity:.9;visibility:visible}.gallery-link{width:50px;height:50px;background:#fff;display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:.5s;border-radius:50px;opacity:0;visibility:hidden;font-size:25px;color:#00b7ff9e;margin-top:50px;border:none;cursor:pointer}.gallery-link:before{content:"";position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;border:1px dashed #fff;border-radius:50px}.gallery-content:hover .gallery-link{opacity:1;visibility:visible;margin-top:0}@media (max-width:992px){.gallery-item{max-width:250px}.gallery-img{height:240px}}@media (max-width:768px){.gallery-item{max-width:100%}.gallery-img{height:220px;border-radius:30px 30px 30px 0}}@media (max-width:480px){.gallery-img{height:200px}}