﻿#bianda2 {
width: 300px;  
height: 300px;  
margin: 0px auto;  
overflow: hidden;
}
#bianda2 img {
cursor: pointer;
transition: all 0.8s; ;
}
#bianda2 img:hover {
transform: scale(1.1); 
}