.main{align-items:center;display:flex;height:300px;justify-content:center;overflow:scroll;width:100%;-ms-overflow-style:none;scrollbar-width:none}.profile-card{background:#fff;background:#113758;border-radius:50%;box-shadow:0 0 22px #3336;font-family:sans-serif;height:220px;margin:0 25px;min-width:220px;padding:30px;position:relative;transition:.6s;width:220px}.profile-card:hover{border-radius:10px;height:260px}.profile-card .img{max-height:190px;position:relative;z-index:1}.img img,.profile-card .img{height:100%;transition:.6s;width:100%}.img img{border-radius:50%;box-shadow:0 0 22px #3336;max-height:160px;object-fit:cover}.profile-card:hover .img{transform:translateY(-60px)}.profile-card:hover img{border-radius:10px}.caption{opacity:0;text-align:center;transform:translateY(-80px);transition:.6s}.profile-card:hover .caption{opacity:1}.caption h3{color:#fff;font-family:sans-serif;font-size:21px;margin:0}.caption h2,.caption>p{display:inline-block}.caption p{color:#0c52a1;color:#609bb2;font-family:sans-serif;font-size:15px;margin:2px 0 9px}.caption .social-links p{color:#fff}.caption .social-links a{color:#333;font-size:21px;margin-right:15px;transition:.6s}.social-links a:hover{color:#0c52a1}@media screen and (max-width:600px){::-webkit-scrollbar{display:none}.main{justify-content:flex-start;padding:0 25px}.profile-card{margin:0 5px}}