.niceseo_gallery_wrap {
	width: 100%;
	height: auto;
	display: table;
	margin: 30px 0
}

.niceseo_gallery_wrap * {
	box-sizing: border-box
}

.niceseo_gallery_fancybox {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.niceseo_gallery_fancybox.niceseo_gallery_columns3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.niceseo_gallery_fancybox_item {
	width: 100%;
	display: table;
	position: relative;
	float: left;
	cursor: zoom-in;
	transition: .3s linear;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.niceseo_gallery_fancybox_item:hover {
	filter: brightness(1.1)
}

.niceseo_gallery_caption {
	display: table;
	width: 100%;
	height: auto;
	padding: 10px 5px 15px;
	font-style: italic;
	text-align: center;
	font-size: 16px
}

.niceseo_gallery_blurred {
	text-align: center;
	overflow: hidden;
	margin: 0
}

.niceseo_gallery_blurred.niceseo_gallery_active {
	position: relative;
	border-radius: 5px;
	cursor: pointer
}

.niceseo_gallery_blurred.niceseo_gallery_active>div {
	-webkit-filter: blur(12px);
	filter: blur(12px)
}

.niceseo_gallery_blurred.niceseo_gallery_active:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	background: #FFF
}

.niceseo_gallery_blurred.niceseo_gallery_active:after {
	content: '18+';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 120px;
	height: 120px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #2d4579;
	border-radius: 50%;
	background: rgba(255, 255, 255, .6);
	font-family: 'Ubuntu', 'Helvetica Neue', sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 120px
}

.fancybox-image{user-select:auto !important}

@media screen and (max-width:479px) {
	
	.niceseo_gallery_wrap {
		margin: 25px 0
	}
	
}