 .elem, .elem * {
    	box-sizing: border-box;
    	margin: 0 !important;	
    }
    .elem {
         transition: box-shadow .3s;
    	display: inline-block;
    	font-size: 0;
    	width: 33%;
    	border: 5px solid transparent;
    	border-bottom: none;
    	background: #fff;
    	padding-left: 0;
    	padding-right: 0;
    	height: auto;
    	background-clip: padding-box;
    }
    .elem > span {
    	display: block;
    	cursor: pointer;
    	height: 0;
    	padding-bottom:	70%;
    	background-size: cover;	
    	background-position: center center;
    }
    .lcl_fade_oc.lcl_pre_show #lcl_overlay,
    .lcl_fade_oc.lcl_pre_show #lcl_window,
    .lcl_fade_oc.lcl_is_closing #lcl_overlay,
    .lcl_fade_oc.lcl_is_closing #lcl_window {
    	opacity: 0 !important;
    }
    .lcl_fade_oc.lcl_is_closing #lcl_overlay {
    	-webkit-transition-delay: .15s !important; 
    	transition-delay: .15s !important;
    }
    .elem:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}