@layer photos-posts{.photos-posts__photos__container{gap:var(--main-content-padding);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.photos-posts__photo{white-space:nowrap;cursor:pointer;background:0 0;border:2px solid #0000;outline:none;transition:border-color .3s;display:block;overflow:hidden}.photos-posts__photo:hover,.photos-posts__photo:focus{border-color:#000}.photos-posts__photo img{object-fit:cover;width:100%;max-width:8rem;height:auto;max-height:8rem;transition:all .3s;display:block}.photos-posts__photo:hover img,.photos-posts__photo:focus img{scale:1.1}}