.machselect {
	display: flex;
	justify-content: space-evenly;
	margin-top: 4em;
/* 	aspect-ratio: 16/1; */
}

.machselect > a {
	background-color: var(--lions-blue);
	color: white;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 2px;
}

iframe {
	display: none;
	scroll-margin-top: 8em;
}

iframe:target {
	display: unset;
}

.machdisplay:not(:has(:target)) > iframe:first-child {
	display: unset;
}
