.full-grid{display:flex;justify-content:space-evenly}.indiv-grid{display:flex;max-width:200px;padding:1rem;position:relative}.indiv-grid,.indiv-grid img{transition:transform .3s ease,filter .3s ease}.indiv-grid img{box-shadow:0 10px 25px rgba(11,49,81,.1);display:block;height:134px;width:134px}.indiv-grid:after{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.indiv-grid:hover{transform:translateY(-5px)}.indiv-grid:hover:after{opacity:1}