.theme-instagram-feed{padding:2.5rem 0}.theme-instagram-feed__title{text-align:center;margin-bottom:1.5rem}.theme-instagram-feed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}.theme-instagram-feed__item{position:relative;display:block;overflow:hidden;aspect-ratio:1/1;background-color:var(--theme-base-soft)}.theme-instagram-feed__item:hover .theme-instagram-feed__caption,.theme-instagram-feed__item:focus-visible .theme-instagram-feed__caption{opacity:1;visibility:visible}.theme-instagram-feed__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--theme-transition)}.theme-instagram-feed__item:hover .theme-instagram-feed__img,.theme-instagram-feed__item:focus-visible .theme-instagram-feed__img{transform:scale(1.04)}.theme-instagram-feed__caption{position:absolute;inset:0;display:flex;align-items:flex-end;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%);color:#fff;font-size:.8125rem;line-height:1.4;opacity:0;visibility:hidden;transition:opacity var(--theme-transition),visibility var(--theme-transition)}.theme-instagram-feed__video-badge{position:absolute;top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:50%;color:#fff}.theme-instagram-feed__video-badge .icon{width:.875rem;height:.875rem;fill:#fff}.theme-instagram-feed__placeholder{color:var(--theme-dark-grey-color);text-align:center;padding:2rem 0}@media (min-width: 576px){.theme-instagram-feed__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.theme-instagram-feed{padding:3.75rem 0}.theme-instagram-feed__title{margin-bottom:2rem}.theme-instagram-feed__grid{gap:.375rem}}@media (min-width: 1200px){.theme-instagram-feed{padding:5rem 0}.theme-instagram-feed__title{margin-bottom:2.5rem}.theme-instagram-feed__grid{gap:.5rem}}
