.instagram-gallery{display:grid;gap:0}.instagram-gallery .gallery-item{width:100%;overflow:hidden;position:relative}.instagram-gallery.grid-cols-1 .gallery-item{aspect-ratio:unset!important;height:auto!important;min-height:70vh!important;max-height:90vh!important}.instagram-gallery.grid-cols-2 .gallery-item{aspect-ratio:2/5!important;max-height:60vh}.instagram-gallery.grid-cols-3 .gallery-item{aspect-ratio:2/3.5!important;max-height:50vh}.instagram-gallery.grid-cols-4 .gallery-item,.instagram-gallery.grid-cols-5 .gallery-item,.instagram-gallery.grid-cols-6 .gallery-item{aspect-ratio:2/3.2!important;max-height:45vh}.instagram-gallery.grid-cols-7 .gallery-item,.instagram-gallery.grid-cols-9 .gallery-item{aspect-ratio:2/3!important;max-height:35vh}@media (min-width:768px){.instagram-gallery.grid-cols-1 .gallery-item{min-height:60vh!important;max-height:80vh!important}.instagram-gallery.grid-cols-2 .gallery-item{aspect-ratio:3/5!important;max-height:70vh}.instagram-gallery.grid-cols-3 .gallery-item{aspect-ratio:2/3.5!important;max-height:500px}.instagram-gallery.grid-cols-4 .gallery-item{aspect-ratio:3/4.5!important;max-height:450px}}@media (min-width:1024px){.instagram-gallery.grid-cols-1 .gallery-item{min-height:50vh!important;max-height:70vh!important}.instagram-gallery.grid-cols-4 .gallery-item{aspect-ratio:3/4.5!important;max-height:450px}.instagram-gallery.grid-cols-6 .gallery-item{aspect-ratio:2/3.2!important;max-height:380px}.instagram-gallery.grid-cols-9 .gallery-item{aspect-ratio:2/3!important;max-height:300px}}.instagram-gallery .gallery-item img,.instagram-gallery .gallery-item video{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;display:block;position:absolute;top:0;left:0}.instagram-gallery.grid-cols-1 .gallery-item img,.instagram-gallery.grid-cols-1 .gallery-item video{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center top!important;object-position:center top!important}.instagram-gallery .gallery-item video{-o-object-fit:cover!important;object-fit:cover!important}.instagram-gallery.grid-cols-1 .gallery-item video{-o-object-fit:contain!important;object-fit:contain!important}.instagram-gallery .gallery-item{transition:all .3s ease-in-out}.instagram-gallery .gallery-item.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.instagram-gallery.grid-cols-1 .gallery-item:hover{transform:none;box-shadow:0 4px 15px rgba(0,0,0,.1)}