#timeout{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	justify-content: center;

	display: flex;
	opacity: 0;
	pointer-events: none;
}

#timeout .wrappertimeout{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 840px;
	max-height: 840px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: #f7f5f0;
	overflow: hidden;

	align-self: center;
	text-align: center;
}
#timeout .wrappertimeout:after {
	content: '';
	position: absolute;

	/*top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;*/

	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	border: 2px solid rgba(0,0,0,0.2);
	pointer-events: none;
}

#timeout .wrappertimeout div {
	overflow: hidden;
}

#timeout .wrappertimeout h1{
	font-family: 'Knockout 72 Full Cruiserwt';
	font-size: 65px;
	line-height: 70px;
	text-transform: uppercase;
	color: #9c2828;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}

#timeout .wrappertimeout p{
	font-family: 'Knockout 51 Middleweight';
	font-size: 24px;
	line-height: 26px;
	color: #9c2828;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}