.is-hidden {
	display: none;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.agecheck-background-image {
	border: none !important;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay img {
	max-height: 13rem;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.modal-content {
	padding: 20px 30px;
	width: 75%;
	max-width: 600px;
	position: relative;
	min-height: 300px;
	margin: 5% auto 0;
	background: #fff;
}

.modal-content h3 {
	font-size: 150%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.modal-content p {
	font-size: 130%;
	line-height: 1.3em;
	margin-top: 20px;
	text-align: center;
}

.modal-content .buttons {
	font-size: 130%;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: center;
}

.modal-content .buttons a {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	width: 100px;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}

.modal-content .buttons a:hover {
	background-color: #999;
}