.ce-gallery {
	background-image: url(/fileadmin/layout/backgrounds/background-ce-red-left.png);
	background-repeat: no-repeat;
	background-position: 0px 151px;
	padding-bottom: 50px;
	padding-top: 0px;
}

.ce-gallery img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.ce-gallery .masonry-item {
	margin-bottom: 28px;
	background-color: transparent;
	position: absolute;
	width: 14.58333333333%;
}

@media screen and (max-width: 720px) {
	/* 10 columns for larger screens */
	.ce-gallery .masonry-item {
		width: 31.6666666666666%;
	}
}

.ce-gallery .gutter-sizer {
	width: 2.5%;
}

.ce-gallery .masonry-item {
	margin-bottom: 2.5%;
}


