.three.images .image {
    transition: transform 0.3s ease-in-out;
}

.three.images .image:hover {
    transform: scale(1.1);
}

.three.images .image:not(:hover) {
    transform: scale(0.9);
}
