.round img {
	transition: all 0.2s ease;
	border-radius: 1000px;
}

.round img:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transform: scale(1.1);
}


.circle img {
	transition: all 0.2s ease;
	border-radius: 1000px;
}


.circle-border img {
	transition: all 0.2s ease;
	border-radius: 1000px;
	border: 1px solid #BDBDBD;
}


.box img {
	transition: all 0.2s ease;
}

.box img:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transform: scale(1.1);
}