.profile-picture img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: calc(log(50vw));
    bottom: -1000px;
    overflow: visible;
}
