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