.gallery-content>.row{display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.gallery-content .album-item{margin:10px;position:relative;overflow:hidden;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all .3s;cursor:pointer}.gallery-content .album-item .image-box img{transition:all 500ms ease}.gallery-content .album-item .image-box:hover img{transform:scale(1.1)}.gallery-content .album-item .text h3{padding:5px 8px}.gallery-content .album-item .text h3 a{font-size:18px;line-height:22px;font-weight:600;color:var(--color1);text-decoration:none;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px}.photo-item{position:relative;overflow:hidden;height:220px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;box-shadow:0 10px 30px rgba(0,24,73,.1);margin-bottom:20px;border:1px solid #e9e1e1}.photo-item .image-box{margin:0}.photo-item img{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%)}