 @media only screen and (max-width:769px) {
.MDL_window_wrap {
	max-width: 100%;
	position: absolute;
	-webkit-overflow-scrolling: touch;
	position: relative;
	top: 60px;
	margin: 0;
	padding: 0;
}
#overlay2 {
	display: none;
}
#overlay {
	display: none;
	width: 100%;
	height: 96.5%;
	overflow:scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background:#FFF;

}
.open {
	opacity: 1 !important;
	background: rgba(255,255,255,.9) !important;
}
.MDL_window_wrap2 p {
	font-size: 12px !important;
}
.MDL_window_wrap2 p a {
	color: #FFF;
}
}
