.heimg-inline {
	display: inline-block;
	float: unset;
}
.heimg-break {
	display: inline-flex;
	float: unset;
}
.heimg-left {
	display: block;
	float: left;
}
.heimg-right {
	display: block;
	float: right;
}

.heimg-margintop-one { margin-top: 1px; }
.heimg-marginright-one { margin-right: 1px; }
.heimg-marginbottom-one { margin-bottom: 1px; }
.heimg-marginleft-one { margin-left: 1px; }

.heimg-margintop-thin { margin-top: 6px; }
.heimg-marginright-thin { margin-right: 6px; }
.heimg-marginbottom-thin { margin-bottom: 6px; }
.heimg-marginleft-thin { margin-left: 6px; }

.heimg-margintop-thick { margin-top: 18px; }
.heimg-marginright-thick { margin-right: 18px; }
.heimg-marginbottom-thick { margin-bottom: 18px; }
.heimg-marginleft-thick { margin-left: 18px; }

.heimg-zoom {
	position: relative;
	cursor: pointer;
	background-color: #000;
}
.heimg-zoom:after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background: #000 url(/inc/vws/default/imgs/icon-zoom-light.png) no-repeat center center;
}
.heimg-zoom img {
	opacity: 1;
	transition: opacity 500ms;
}
.heimg-zoom:hover img {
	opacity: 0.8;
}
.heimg-zoom-dark:after {
	background-color: #000;
	background-image: url(/inc/vws/default/imgs/icon-zoom-light.png);
	border: 1px solid #000;
}
.heimg-zoom-light:after {
	background-color: #fff;
	background-image: url(/inc/vws/default/imgs/icon-zoom-dark.png);
	border: 1px solid silver;
}
.heimg-captioned figure {
	
}
.heimg-captioned figcaption {
	margin: 8px 2px;
	text-align: center;
}
.heimg-captioned .heimg-zoom {
	display: inline-block;
}