.profile_icon{color:#fff;font-size:18pt}
.fa-camera:hover{color:#eee;transition: 500ms ease 0s;}
.profile_img{border:1px solid #d6d6d6;border-radius:100%;display:flex;flex:0 0 150px;height:150px;justify-content:center;overflow:hidden;position:relative;width:150px}
.profile_img__overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s;z-index:1;background-color:#000}
.profile_img__overlay:hover{opacity:.5;transition: 500ms ease 0s;}
.img_real{background-repeat:no-repeat;background-position:center center;background-size:cover;object-fit:contain}
.profile_upload{display:none}
.profile_upload.active{display:block}