.bootstrap-gallery img { border-radius: 4px; transition: transform 0.3s ease; }
.bootstrap-gallery img:hover { transform: scale(1.05); }