.photos-only-wrapper{display:flex;justify-content:center;overflow:hidden;padding:0}.photos-group{align-items:center;display:flex;gap:12px}.photo-card{border-radius:10px;flex-shrink:0;height:300px;overflow:hidden;width:230px}.photo-card img,.photo-inner{height:100%;width:100%}.photo-card img{display:block;object-fit:cover;object-position:top center}@media (max-width:768px){.photo-card{height:40vw;width:28vw}}