.team-card{margin:15px 0}.tcard{position:relative;overflow:hidden;line-height:0}.tcard:hover:before{left:-170%;transition-delay:.8s}.tcard img{width:100%;height:100%;filter:grayscale(100%);transition:1s}.tcard:hover img{filter:grayscale(0);transform:scale(1.2)}.tcard .team_name{position:absolute;width:100%;margin:0;text-align:center;bottom:0;line-height:40px;transition:.5s;transform-origin:bottom;padding:5px 0px 30px}.tcard p{margin-bottom:0;line-height:0}.tcard ul{position:absolute;top:0;left:0;margin:0;padding:0;list-style:none}.tcard ul li{background:#fff;width:40px;height:40px;text-align:center;line-height:40px;border-bottom:1px solid rgba(0,0,0,0.5);transition:.5s;transform-origin:left}.tcard ul li{transform:rotateX(0)}.tcard ul li:nth-child(1){transition-delay:.2s}.tcard ul li:nth-child(2){transition-delay:.4s}.tcard ul li:nth-child(3){transition-delay:.6s}