<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zoomer-wrapper {
	position: relative;
}

img.zoomer { 
	display: block;
	margin-bottom: 15px;
	border: none;
}

.zoomer-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #FFF;
    line-height: 1.3em;
    margin: 0;
    padding: 0.5em 1em;
    position: absolute;
    left: 0;
    text-shadow: none;
    bottom: 0;
}</pre></body></html>