.profileBox{width:100%;height:95%;padding:7px;border-radius:6px;transition:all .9s ease 0s;background-color:hsla(0,0%,100%,.25);box-shadow:0 0 15px 0 rgba(0,0,0,.2),inset 0 0 15px 3px var(--white);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.7)}.profileBox__content{width:98%;height:100%;margin-left:1%}.profileBox__content__imgBox img{width:155px;height:155px;border-radius:50%}.team{padding:20px 0 30px;margin-top:60px;background:#fff;text-align:center;overflow:hidden;position:relative;cursor:pointer;border-radius:6px;background-color:hsla(0,0%,100%,.25);box-shadow:0 0 15px 0 rgba(0,0,0,.2),inset 0 0 15px 3px var(--white);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.7)}.team .photo{display:inline-block;width:130px;height:130px;margin-bottom:30px;position:relative;z-index:1;transition:all .9s ease 0s}.team .photo img{width:100%;height:auto;border-radius:50%;transform:scale(1);transition:all .9s ease 0s}.team .profile-txt{margin-bottom:30px}.team .profile-txt .title{font-size:1.4em;font-weight:700;color:var(--themeTxt);letter-spacing:1.5px;text-transform:capitalize;margin-bottom:6px}.team .profile-txt .position{display:block;font-size:1rem;color:#555}.team:hover .photo{border-radius:500px;box-shadow:0 0 25px 1px rgba(0,0,0,.3)}.team:hover .photo:before{height:105%}.blueProfile .photo:before{height:0;background:var(--themeTxt);bottom:130%;right:0;transform:scale(3);transition:all .3s linear 0s}.blueProfile .photo:after,.blueProfile .photo:before{content:"";width:100%;border-radius:50%;position:absolute;left:0}.blueProfile .photo:after{height:100%;top:0;z-index:1}@media(min-width:1000px){.h100{height:100%}}