html body .blueimp-gallery.painting-gallery > .slides
{
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	height: auto;
}

html body .blueimp-gallery.painting-gallery > .slides > .slide > .slide-content
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

html body .blueimp-gallery.painting-gallery > .painting-caption
{
	display: none;
	position: absolute;
	z-index: 2;
	max-width: 42%;
	margin: 0;
	padding: 0.45em 0.7em;
	background: rgba( 0, 0, 0, 0.62 );
	border-radius: 2px;
	text-align: right;
	font-size: 16px;
	line-height: 1.35;
	color: #eee;
	text-shadow: 0 1px 2px #000;
	pointer-events: none;
}

html body .blueimp-gallery.painting-gallery > .painting-caption.is-visible
{
	display: block;
}
