<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mag-host {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.mag-zoomed-container {
	/*position: absolute;*/
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.mag-zoomed-container &gt; * {
	position: absolute;
}
.mag-noflow {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
}
.mag-noflow &gt; * {
	position: absolute;
}
.mag-zoomed {
/* under .mag-noflow &gt; * */
    /*position: absolute;*/
}
.mag-zoomed img {
	display: block;
	width: 100%;
	height: 100%;
}
.mag-zone {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.mag-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
[mag-thumb] img {
	display: block;
	width: 100%;
	height: 100%;
}
.mag-lens {
	position: absolute;
	z-index: 2;
}
 [mag-zoom] {
 display: none;
}
.mag-js [mag-zoom][mag-toggle="false"] {
	display: block;
}
.proportion {
	position: relative;
}
.proportion .filler {
	width: 100%;
	padding-top: 60%;
}
[mag-theme="default"].mag-zoomed-bg {
	background: black;
}
[mag-theme="default"] .mag-lens {
	box-shadow: 0 0 4px black;
	border: 1px solid white;
	background: rgba(255, 255, 255, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 [mag-theme="default"][mag-position-event="move"] {
 cursor: crosshair;
}
 [mag-theme="default"][mag-position="drag"], [mag-theme="default"][mag-position-event="hold"] {
 cursor: move;
 cursor: -webkit-grab;
 cursor: -moz-grab;
 cursor: grab;
}
[mag-theme="default"][mag-position="drag"].mag--dragging, [mag-theme="default"][mag-position-event="hold"].mag--dragging {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.mag-eg-row {
	margin-bottom: 15px;
}
.mag-eg-el-wrap {
	margin-bottom: 15px;
	width: 100%;
}
.mag-eg-el {
	height: 100%;
	width: 100%;
	position: absolute;
	margin-bottom: 15px;
}
.mag-eg-doc {
	margin: 20px;
}
.outer-wrap {
	position: relative;
	float: left;
}
/*
[mag-zoom="outer"] {
    position: absolute;
    z-index: 10;
    left: 100%;
}
*/

.mag-eg-hud {
	position: absolute;
	z-index: 10;
	text-align: right;
	padding: 0.5em;
	color: white;
	background: black;
	background: rgba(0,0,0,0.5);
}
.mag-eg-hud-left {
	left: 0;
	bottom: 0;
	text-align: left;
}
.mag-eg-hud-right {
	right: 0;
	bottom: 0;
	text-align: right;
}
</pre></body></html>