.gallery-image{
    margin-top:10px;
    margin-bottom: 10px;
}
.img-thumbnail{
    border-radius: 0px;
    border-style: none;
}
img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    
   }
img:hover{
    transform: scale(0.9);
}