
.page-top{
padding-top:40px;
width:90%;
}

.thumb{
padding:15px;}

img.zoom:hover{
transform:scale(1.2);
    object-fit:cover;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;

}

img{
  border-radius: 10px;


}

.zoom{
height:200px;
width:100%;
}



