.poc-headshot {
    transition: all ease .5s;
}

.poc-headshot:hover {
    transform: scale(1.1);
}