/*---------------*/
/* SECTION IMAGE */
/*---------------*/
*.image span.image-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
*.image span.image-wrapper span.image {
	display: inline-flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
}
*.image span.image-wrapper span.image picture {
	display: flex;
	max-width: 100%;
}
*.image span.image-wrapper span.image picture img {
	display: flex;
	max-width: 100%;
	height: auto;
}
*.image span.image-wrapper span.text {
	font-weight: 600;
}
/*----------------------------*/
/* !SECTION IMAGE TEXT INSIDE */
/*----------------------------*/
*.image span.image-wrapper span.text.inside {
	position: absolute;
	z-index: 9;
	border-radius: var(--revilodesign_borderRadius);
	padding: 6px 12px;
	background: rgba( var(--revilodesign_secondary), .8 );
	color: rgba( var(--revilodesign_white), 1 );
}
*.image span.image-wrapper span.text.inside.top {
	top: 16px;
}
*.image span.image-wrapper span.text.inside.bottom {
	bottom: 16px;
}
*.image span.image-wrapper span.text.inside.left {
	left: 16px;
}
*.image span.image-wrapper span.text.inside.right {
	right: 16px;
}
/*----------------------------*/
/* !SECTION IMAGE TEXT INSIDE */
/*----------------------------*/
*.image span.image-wrapper span.text.outside.bottom {
	order: 99;
}
*.image span.image-wrapper span.text.outside.left {
	text-align: left;
}
*.image span.image-wrapper span.text.outside.center {
	text-align: center;
}
*.image span.image-wrapper span.text.outside.right {
	text-align: right;
}
/*------------------------*/
/* !SECTION IMAGE PICTURE */
/*------------------------*/
*.image span.image-wrapper picture {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
*.image span.image-wrapper picture.vector {
	height: 160px;
	width: 160px;
}
*.image span.image-wrapper picture.vector img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}