/*===== CSS-Style Gallerie Bildansicht in Box	=====
	2021-04-06
*/

pliAnsicmaOverlaybox img {
	max-height:100%;
	margin: 0px auto;
}
pliAnsicmaOverlaybox div.wait-animation {
	background-size: 80px !important;
*/
}
pliAnsicmaOverlaybox div.picture {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
}

pliAnsicmaOverlaybox label {
	display: block;
	color: #fff;
	position: absolute;
	left: 0;
	background: rgba(0,0,0,.5);
	position: absolute;
}
pliAnsicmaOverlaybox .caption {
	bottom: 1em;
	padding: .4em;
}
pliAnsicmaOverlaybox .counter {
	width: 74px;
	text-align: center;
	left: calc(50% - 35px);
}
