@media (max-width:543px) {
	html,body{
		-webkit-overflow-scrolling : touch !important;
		overflow: auto !important;
		height: 100% !important;
	}
}
/* 2018 YEA Splash */
#yeaFixed {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	background-color: #fff;
	z-index: 999997;
	box-sizing: border-box;
}
#yeaClose {
	display: block;
	text-indent: -99999px;
	width: 120px;
	height: 104px;
	position: absolute;
	top: 0;
	left: 5%;
	background: url("https://ewg-development.s3.amazonaws.com/2018yea/EWG_YEA-2018_ContinueBtn_C03.png");
	z-index: 999999;
	}
#yeaFrame {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 999998;
	min-height: 100%;
}