.workItem{border:1px solid var(--medGray);box-shadow:2px 2px 6px 0 var(--medGray);cursor:pointer;border-radius:4px;height:500px;position:relative}.workItem:link,.workItem:visited{text-decoration:none}.workItem__image{box-shadow:0px 0px 10px 0px var(--medGray);background-position:top;background-size:cover;width:100%;height:168.75px}.workItem__label{text-align:center;padding:15px 15px 7px;font-size:1.15rem;line-height:1.2em}.workItem__label:after{content:"";background-color:var(--darkGray);width:5ex;height:1px;margin:10px auto 0;display:block}.workItem__title{text-align:center;width:100%;padding:0 15px}.workItem__title__text{min-height:4ch;font-size:2rem;line-height:1.1em}.workItem__description{padding:15px 15px 0}.workItem__description__text{line-height:normal}.workItem .tags{width:100%;padding:10px;position:absolute;bottom:0;left:0}.workItem .tag:hover{color:var(--darkGray)}.workItem .tag:hover .tag__hole{background-color:var(--lightGray)}.workItem .tag:hover.tag--development,.workItem .tag:hover.tag--development .tag__point{background-color:var(--yellowColor)}.workItem .tag:hover.tag--design,.workItem .tag:hover.tag--design .tag__point{background-color:var(--purpleColor)}.workItem .tag:hover.tag--podcast-production,.workItem .tag:hover.tag--podcast-production .tag__point{background-color:var(--greenColor)}.workItem .tag:hover.tag--video-production,.workItem .tag:hover.tag--video-production .tag__point{background-color:var(--blueColor)}.workItem .tag:hover.tag--animation,.workItem .tag:hover.tag--animation .tag__point{background-color:var(--orangeColor)}.mobileView .workItem{flex:0 100%;height:auto;margin:0 0 20px;display:flex}.mobileView .workItem__image{background-position:top;flex:none;width:220px;height:auto}.mobileView .workItem__details{flex:0 auto}.mobileView .workItem__title__text{min-height:auto}.mobileView .workItem .tags{position:static}@media screen and (max-width:480px){.mobileView .workItem{flex-wrap:wrap}.mobileView .workItem__image{flex:1 0 100%;width:auto;height:200px}}
.work__wrapper{margin-bottom:20px}.work__inner{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;max-width:1360px;margin:0 auto;display:grid}.work__inner>div{flex:none}.seeAll__text{font-size:2rem;line-height:normal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.seeAll__icon{margin:0 auto;display:block}.mobileView .seeAll__wrapper{height:200px}
