.instagram-feed{-ms-overflow-style:none;display:flex;flex-wrap:nowrap;height:300px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;width:100%}.instagram-feed::-webkit-scrollbar{display:none}.instagram-feed .instagram-post{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;position:relative;width:20vw}@media (max-width:768px){.instagram-feed .instagram-post{width:33vw}}.instagram-feed .instagram-post .instagram-post-content{align-items:center;background-color:var(--color-darker);bottom:0;color:var(--color-body);display:none;font-size:12px;height:100%;justify-content:center;left:0;padding:1rem;position:absolute;right:0;text-decoration:none;top:0;width:100%;word-break:break-word}.instagram-feed .instagram-post video{aspect-ratio:4/3;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.instagram-feed .instagram-post:hover .instagram-post-content{display:flex}