#overlay {
	display: block;
}

.MDL_window_wrap {
	text-align: center;
}

@media only screen and (max-width:980px) {
.MDL_window_wrap {
	max-width: 100%;
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	top:10%;
	text-align: center;
	overflow: hidden;
	margin:0;
	padding:0;
}
#overlay2 {
	display: none;
}
#overlay {
	display: none;
	width: 100%;
	height: 110%;
	text-align: left;
	position: fixed;
	top: -20px;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,1);
}
.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;
}
}
