#overlay{
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/bg_b85.png) repeat top left;
	text-align: center;
}
.overlay_box{
	width: 100%;
	display: block;
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	overflow: hidden;
}
#overlay h2{
	display: block;
	margin-top: 40px;
	margin-bottom: 24px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 32px;
	color: #d9b66c;
}
#overlay ul{
	width: 100%;
	display: block;
}

#overlay img{
	width: 420px;
	height: auto;
}

#overlay p{
	display: inline-block;
	margin: 20px auto 20px auto;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	color: #d9b66c;
	border: 1px solid #d9b66c;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	text-align: center;
}
#overlay p:hover{
	background-color: #d9b66c;
	color: #000000;
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	#overlay h2{
		display: block;
		margin-top: 40px;
		margin-bottom: 24px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 32px;
		color: #d9b66c;
	}

	#overlay img{
		width: 90%;
		height: auto;
	}

	#overlay p{
		display: inline-block;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 14px;
		color: #d9b66c;
		border: 1px solid #d9b66c;
		border-radius: 22px;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		text-align: center;
	}
	#overlay p:hover{
		background-color: transparent;
		color: #d9b66c;
	}

}
