.fancy {
	padding-bottom: 2rem;
	background: rgba(255, 255, 255, 0);
	box-sizing: content-box;
}

a[data-fancybox] img {
	cursor: zoom-in;
}

.citko-gallery-pointer {
	cursor: pointer;
}

.citko-gallery {
	margin-bottom: 30px;
}

.citko-gallery-classic .citko-gallery-image {
	padding-bottom: 30px;
}
.citko-gallery-classic .citko-gallery-image a {

}
.citko-gallery-classic .citko-gallery-image a img {
	transition: all 0.3s ease 0s;
	opacity: 1;
}

.citko-gallery-classic .citko-gallery-image .citko-gallery-image-title {
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	right: 15px;
	bottom: 30px;
	left: 15px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	z-index: 2;
	color: #fff;
}

.citko-gallery-classic .citko-gallery-image a:hover img {
	opacity: 0.8;
}

.citko-gallery-classic .citko-gallery-image a:hover .citko-gallery-image-title {
	visibility: visible;
	opacity: 1;
}

.citko-gallery-classic-image {
	object-fit: contain;
}

