/*
 * Gallery Module Public Styles
 * Used for the front end display of galleries
 */

 .gallery-display{
 	
 }
 .gallery-display .gallery-image{
 	
 }
 .gallery-display .gallery-image .image{
 	width: 100%;
 	padding-bottom: 100%;
 	height: 0px;
 	border: solid 1px #eee;
 	background-size: cover;
 	background-position: 50% 50%;
 	background-repeat: no-repeat;
 }
