.adult_show .image_wrapper_block {
	position: relative;
}

.adult-content-overlay {
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	min-height: 80px;
	text-align: center;
	pointer-events: none;
}

.adult-content-overlay,
.adult-content-overlay.fill-theme,
.adult-content-overlay::before,
.adult-content-overlay::after {
	background: transparent !important;
}

.adult-content-overlay svg {
	display: block;
	fill: currentColor;
	color: rgb(215, 92, 182);
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .45));
}

.adult-content-overlay__button {
	position: relative;
	z-index: 1;
	pointer-events: auto;
}
