#wpe_frame {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	box-shadow: 0px 0px 10px #000;
	border-radius: 0px;
	background-color: #FFF;
	z-index: 999991;
	min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.estimationForm_frameSC {
    width: 100%;
    border:0px;
}
@media (max-width: 768px) {
	#wpe_frame {
		border-radius: 0px;
	}
}
