You could try put the border on the container div, making a circle around the scaled image.
Example:
.smile-5 {
display: table;
border: 2px solid red;
border-radius: 50%;
}
You could try put the border on the container div, making a circle around the scaled image.
Example:
.smile-5 {
display: table;
border: 2px solid red;
border-radius: 50%;
}