.staff-image img{
    border-radius: 0px;
    border-width: 0px;
    border-style: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.staff-image img:hover{
    transform: scale(1.15);
}