.feed-item-proj{display:flex;flex-direction:column;height:60vw;width:100%}.feed-item-proj-img{cursor:pointer;height:100%;overflow:hidden;width:100%}.feed-item-proj-img img{transition:all .5s ease}.feed-item-proj:hover .feed-item-proj-img img{scale:1.2}.feed-item-proj-sub h3{font-size:1.1em;margin-bottom:.1em}.feed-item-proj-sub p{font-size:.8em;text-transform:uppercase}@media (min-width:700px){.feed-item-proj{height:30vw}}@media (min-width:1000px){.feed-item-proj{height:20vw}}#feed-proj{padding:var(--side-padding) 0 5em}#feed-proj>.sub-wrapper{display:grid;grid-template-columns:1fr;grid-row-gap:1.5em}@media (min-width:600px){#feed-proj>.sub-wrapper{grid-template-columns:repeat(2,1fr);grid-row-gap:1.5em;grid-column-gap:1.5em}}@media (min-width:1000px){#feed-proj>.sub-wrapper{grid-template-columns:repeat(3,1fr);grid-row-gap:1.5em;grid-column-gap:1.5em}}#project-gallery{padding:3em 0 5em}
