#mypopup-wrapper {
	background-color: rgba(0, 0, 0, 0.72);
	left: 0;
	top: 0;
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	padding: 10px;
}


#mypopup {
	border-radius: 10px;
	height: 100%;
	max-height: 500px;
	width: 100%;
	max-width: 500px;
	box-shadow: 0px 0px 40px rgb(0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px;
}

@media screen and (max-width: 500px) {
	#mypopup {
		max-height: 100%;
		max-width: 100%;
                top: 0;
                left: 0;
                margin: 0;
	}
}

@media screen and (max-height: 650px) {
	#mypopup {
		max-height: 100%;
                top: 0;
                left: 0;
                margin: 0;
	}
}

/*
.comment-form-author, .comment-notes, .comment-form-email, .comment-form-url {
	display: none;
}
*/
