#age-verify {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	font-family: inherit;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#age-verify button {
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 20px;
}

#age-verify-content {
	text-align: center;
}

@media only screen and (max-width:480px) {
	#age-verify-content {
		width: 95vw;
	}
}

@media only screen and (min-width:480px) {
	#age-verify-content {
		width: 30vw;
	}
}

#cookie-notice {
	text-align: left;
	font-size: .8em;
}

#age-verify-logo {
	height: auto;
	width: 75%;
	margin-bottom: 20px;
}

#priv-pol-link {
	text-decoration: underline;
}

#priv-pol-link:hover {
	text-decoration: underline;
	font-weight: bold;
}