.curtain-reveal:hover,
.curtain-extra:hover
{
	outline: 2px dashed #edbd87;
	outline-offset: 1px;
	cursor: pointer;
	transform: unset !important;
}

.curtain-popup
{
	position: absolute;
	top: calc(50% + 50px);
	transform: translateY(-50%) translateX(-50%);
	/* max-width: 50vw; */
}
.curtain-popup.hidden
{
	display: none;
}