.avatar-wrapper {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
}
