.photoRow{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:24px;width:100%}.photo{border-radius:8px;box-shadow:0 4px 12px rgba(50,30,24,.15);flex:0 1 calc(33.333% - 24px);max-width:400px;min-width:280px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.photo:hover{box-shadow:0 8px 24px rgba(50,30,24,.2);transform:translateY(-4px)}.photo:focus-within{box-shadow:0 8px 24px rgba(50,30,24,.2);transform:translateY(-4px)}.photo img{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.photoRow br{display:none}@media only screen and (max-width:900px){.photoRow{gap:16px;padding:16px}.photo{flex:0 1 calc(50% - 16px);min-width:240px}}@media only screen and (max-width:520px){.photoRow{gap:12px;padding:12px}.photo{flex:0 1 100%;max-width:100%;min-width:unset}}