@charset "UTF-8";

.flicgal-gallery-wrapper .blueimp-gallery, .flicgal-gallery-wrapper .blueimp-gallery > .slides > .slide > .slide-content, .flicgal-gallery-wrapper .blueimp-gallery > .slides > .slide > .slide-content > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.flicgal-gallery-wrapper .blueimp-gallery > .slides > .slide > .slide-content, .flicgal-gallery-wrapper .blueimp-gallery > .slides > .slide > .slide-content > img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
}

.flicgal-gallery-wrapper * + html .blueimp-gallery > .slides > .slide > .slide-content > img {
	position: relative;
}

@supports (object-fit: contain) {
	.flicgal-gallery-wrapper .blueimp-gallery-contain > .slides > .slide > .slide-content, .flicgal-gallery-wrapper .blueimp-gallery-contain > .slides > .slide > .slide-content > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}