.gallery-card{cursor:pointer;flex-direction:column;height:100%;display:flex}.gallery-card-image{width:100%;height:100%;position:relative;overflow:hidden}.gallery-card-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.gallery-card-title{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:1.3;transition:transform .3s;display:-webkit-box;overflow:hidden}.gallery-card:hover .gallery-card-title{transform:translateY(-2px)}.gallery-card-description{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;place-items:stretch center;gap:1.5rem;display:grid}.gallery-grid>div{width:100%;max-width:320px}.gallery-grid-center{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;display:flex}.gallery-grid-center>div{flex:none;width:100%;max-width:300px}@media (max-width:640px){.gallery-grid{grid-template-columns:1fr;justify-content:center}.gallery-grid-center>div{max-width:280px}}@media (min-width:640px) and (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,280px));gap:1.25rem}.gallery-grid>div{max-width:280px}.gallery-grid-center>div{max-width:250px}}@media (min-width:768px) and (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:1.5rem}.gallery-grid>div{max-width:320px}.gallery-grid-center>div{max-width:280px}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));gap:1.5rem}.gallery-grid>div{max-width:320px}.gallery-grid-center>div{max-width:300px}}
