/*
 * Images 
 * Classes and styling for images, background image and shared elements
 */

.border-light{
	border: solid 1px #eee;
}
.background-image{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.background-image.placeholder{
	background-size: contain;
	background-color: #fff;
}
.repeating-image{
	background-size: contain;
	background-repeat: repeat;
	background-position: 50% 50%;
}
