#title #canvas-bundle
{
	transform: scale(1.2);
	margin-bottom: -2%;
	margin-right: 4%;
}

#title canvas
{
	aspect-ratio: 1 / 1;
}

#hooks #canvas-bundle, #hooks2 #canvas-bundle
{
	transform: scale(1.3);
	z-index: -1;
}

#plane-partition-example #canvas-bundle
{
	transform: scale(1.2);
	margin-bottom: 3%;
}

#hillman-grassl #canvas-bundle
{
	transform: scale(1.2);
	bottom: calc(30 * var(--vl));
	z-index: -1;
}

#interlacing #canvas-bundle
{
	transform: scale(1.3);
	z-index: -1;
}

#toggles #canvas-bundle, #toggles2 #canvas-bundle
{
	transform: scale(2);
	z-index: -1;
}

#app #canvas-bundle
{
	transform: scale(1.4);
	margin-bottom: -2%;
	z-index: -1;
}

#oneLegBijection #canvas-bundle, #twoLegBijection #canvas-bundle
{
	transform: scale(1.3);
	margin-bottom: 3%;
	z-index: -1;
}



.regions-image
{
	width: calc(28 * var(--vl));
	border-radius: 10px;
}

#rpp-example-image
{
	width: calc(40 * var(--vl));
	border-radius: 10px;
}

#edge-signs-image
{
	width: calc(40 * var(--vl));
}

#hook-length-sums-image
{
	width: calc(30 * var(--vl));
	margin-top: 3%;
}

#entry-posets-image
{
	width: calc(40 * var(--vl));
	border-radius: 10px;
}

#one-leg-rpp-image
{
	width: calc(70 * var(--vl));
}

#two-leg-rpp-image
{
	width: calc(85 * var(--vl));
}