.photo-grid article{position:relative;overflow:hidden;background:#fff;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;border:1px solid #e0e4da;box-shadow:0 10px 22px rgba(18,63,44,.06)}
.photo-grid img{width:100%;height:100%;min-height:0;object-fit:cover;display:block;transition:transform .5s ease}
.photo-grid article:hover img{transform:scale(1.04)}
.photo-grid article:after{display:none}
.photo-grid article>div{position:static;padding:11px 14px 13px;color:var(--green);background:#fff}
.photo-grid span{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.04em}
.photo-grid h3{font:700 16px/1.35 'Noto Serif Bengali','Playfair Display',serif;margin:3px 0 0}
.photo-feature h3{font-size:20px}
@media(max-width:800px){.photo-grid{grid-auto-rows:215px}.photo-grid article>div{padding:9px 11px 11px}.photo-grid h3{font-size:13px}.photo-feature h3{font-size:17px}}
@media(max-width:430px){.photo-grid{grid-auto-rows:185px}.photo-grid h3{font-size:12px}.photo-feature h3{font-size:15px}}
