@charset "UTF-8";
/* CSS Document */

.mfp-iframe-holder .mfp-content {
	height: 90%;
/*	max-height: 700px;
*/}
.mfp-iframe-holder .mfp-content {
	width: 90%;
  max-width: 620px;
}
@media only screen and ( max-width: 599px ) {
.mfp-iframe-holder .mfp-content {
	height: 90%;
/*	max-height: 500px;*/
}
}