.ult-modal-img {
    -webkit-transition: all .15s ease-in-out;
}
.ult-modal-img:hover {
    -webkit-transform: scale(1.08);
}