.albums{ float: left; width: 100%;}

.album{width:300px;margin-bottom:20px;}

.albums .tegel{width:420px;margin-bottom:40px;}
.albums .tegel-sizer,  .cont_refs .tegel-item { width:300px; background-color:#FFF; } 
.albums .gutter-tegel { width:20px; } 

.albums .tegel-sizer-detail{ width:420px;  } 
.albums .gutter-tegel-detail{ width: 20px;}





.albums .tegel span{
	float: left; 
	width:calc(100% - 20px); line-height:40px; font-size: 18px; color: #131313; 
	text-align: center;  padding: 10px; text-decoration: none !important; display: block;
	padding-bottom:20px; margin-bottom:0px; 
	letter-spacing: 0.06em;
	font-family: mont_light;
	
	
}
.albums .tegel img{display: block;}

.gallery_parent_wrap .largeGridContainer{
	padding:0 0px;
}

@media screen  and (max-width: 767px){
	
	.albums{ width:300px; margin: 0 auto; float:unset;}

	
	.albums .tegel{width:300px;margin-bottom:40px;}
	.albums .tegel-sizer-detail{ width:300px;  } 
	.albums .gutter-tegel-detail{ width:0px;}
	
}