.focusDisplay {
	display: none;
	pointer-events: none;
	position: absolute;
}

.focusDisplay.active {
	display: block;
	outline: 4px solid black;
	z-index: 100000000000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.focusDisplay.offscreen {
	display: none;
}