.remodal {
	max-width: 700px;
}
.remodal img {
	display: block;
    margin: 0 auto;
}

.remodal-close {
	top: auto;
	left: auto;
    bottom: 5px;
    right: 5px;
	border: 1px solid #EEE;
}
.remodal h3 {
	margin-top: 20px;
}
@media only screen and (max-width: 500px) {
	.remodal {
		padding: 10px 10px 40px;
	}
}