ul.massage-gallery-thumbnails {
    list-style: none;
}
ul.massage-gallery-thumbnails li {
    display: block;
    float:   left;
    margin-right: 12px;
}
img.massage-gallery-cropped-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid grey;
	transition: all ease .1s;
	z-index: 10;
}
img.massage-gallery-cropped-image:hover {
	transform: scale(2.8);
	z-index: 11;
}