.gallery-page .gallery-banner{padding:40px 0;text-align:center}.gallery-page .gallery-banner-subtitle{max-width:760px;margin:20px auto 0;font-size:18px;line-height:1.5;color:#333}.gallery-page .gallery-listing{padding-top:0}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-page .gallery-card{display:grid;gap:16px}.gallery-page .gallery-card-link{position:relative;display:block;overflow:hidden;border-top-right-radius:20px;border-bottom-left-radius:20px;-webkit-box-shadow:0 6px 16px rgba(0,0,0,.16);box-shadow:0 6px 16px rgba(0,0,0,.16)}.gallery-page .gallery-card-link img{width:100%;height:260px;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:transform .35s ease;-moz-transition:transform .35s ease;transition:transform .35s ease}.gallery-page .gallery-card-overlay{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.45)),to(rgba(0,0,0,.08)));background:linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,.08));opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.gallery-page .gallery-card-overlay span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:36px;padding:6px 16px;color:#fff;border:1px solid rgba(255,255,255,.75);border-top-right-radius:10px;border-bottom-left-radius:10px;font-size:15px;line-height:1}.gallery-page .gallery-card-link:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.gallery-page .gallery-card-link:hover .gallery-card-overlay{opacity:1}.gallery-page .gallery-card-title{font-size:24px;line-height:1.2;text-align:center}.gallery-page .gallery-hidden-item{display:none}@media screen and (max-width:991px){.gallery-page .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.gallery-page .gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-page .gallery-card-link img{height:220px}}