.round-image{
	border-radius:100%; 
	height: 100px; 
	margin: 0 auto;
	width: 100px; 
  overflow:hidden;
  transition: top .2s ease-in-out,width .5s,height .5s;
}
.round-image:hover{
  width: 250px;
  height: 250px;
}

.products-title {
	margin-top:10px;
	font-weight:bold;
	font-size:17px;
}