.picture {
overflow: hidden;
}

.picture .tn-atom {
transition: all 0.9s ease;
}

.picture .tn-atom:hover {
transform: scale(1.1);
}
