.instafeed-header{font-size:20px;margin-bottom:.5em;text-transform:uppercase;font-weight:400;margin:0 0 .5em;color:#4f4f4f;text-decoration:none;float:left}.instafeed-link{text-transform:uppercase;float:right}#instafeed{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;border-top:1px solid #ebebeb;padding-top:2rem;clear:both}#instafeed a{height:0;overflow:hidden;padding-top:100%;margin:0;position:relative}#instafeed img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#instafeed .overlay{position:absolute;top:0;left:0;width:100%;height:100%}#instafeed .overlay::after{content:"";display:block;width:100%;height:100%;background-color:#ffffff00;transition:background-color .3s ease}#instafeed .overlay::before{content:"\f35d";position:absolute;font-family:"Font Awesome 5 Free";font-size:28px;font-weight:900;line-height:1;top:calc(50% - 15px);left:calc(50% - 15px);padding:2px;z-index:100;text-shadow:0 0 20px rgba(255,255,255,0.25);opacity:0;transition:opacity .3s ease}#instafeed a:hover .overlay::after{background-color:#ffffffbf}#instafeed a:hover .overlay::before{opacity:1}@media(max-width:768px){#instafeed{grid-template-columns:repeat(3,1fr)}#instafeed a:nth-child(n+4){display:none}}@media(max-width:425px){.instafeed-link{display:none}}