.links{padding:40px 0 60px;background:#fff}.links .link{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.links .link-img{position:relative}.links .link-img img{width:100%;height:265px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:5px}.links .link-img::before{content:"";position:absolute;z-index:5;left:0;right:0;top:0;bottom:0;margin:auto;border:2px solid rgba(255,255,255,.2);border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 10px);height:calc(100% - 10px);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.links .link-img:hover::before{width:90%;height:20%}.links .link-text{position:absolute;width:100%}.links .link-text p{padding:0 5px;font-style:normal;font-weight:800;font-size:18px;line-height:22px;text-align:center;color:#fff}