.example-image-link {
  border: 4px solid rgb(94, 94, 94);
  border-radius: 4px;
  display: inline-block;
  line-height: 0;
  margin: 0 7.9px 20px;
  transition: all 0.1s ease-out 0s;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
	border: 4px solid #00bfa8;
}
/* line 194, ../sass/screen.sass */
.example-image {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
