.gallery_cell { overflow: hidden; }

.gallery_cell img { transition: transform 0.5s ease; }

.gallery_cell img:hover { transform: scale(1.1); }