.gallery-card{border-radius:16px;overflow:hidden;transition:box-shadow .2s;background-color:#fff}.gallery-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.08)}.gallery-card .card-img-top,.gallery-card img{border-radius:0;height:300px;object-fit:cover;object-position:top;transition:transform .3s;will-change:transform}.gallery-card:hover .card-img-top,.gallery-card:hover img{transform:scale(1.05)}.gallery-card .card-body{padding:1.25rem 1rem}.gallery-card .card-title{font-size:1.05rem;font-weight:600}.gallery-card .text-muted{font-size:.875rem}