/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.profile-picture{
    text-align: center;
    line-height: 0;
}

.profile-picture img{
    max-width: 30%;
}

@media(max-width:768px) {
    .profile-picture img{
        max-width: 100%;
    }
}