.curtain-reveal
{
	outline: 2px dashed rgba(255,255,255,0.2);
}

.curtain-reveal:hover,
.curtain-extra:hover
{
	outline: 2px dashed #edbd87;
	outline-offset: 1px;
	cursor: pointer;
	transform: unset !important;
}

/* Play circle in middle of Stems div */
.curtain-reveal::before
{
	content: "\f144";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: rgba(255,255,255,0.8);
	opacity: 0.8;
}

.curtain-popup
{
	position: absolute;
	top: calc(50% + 50px);
	transform: translateY(-50%) translateX(-50%);
	/* max-width: 50vw; */
}
.curtain-popup.hidden
{
	display: none;
}