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

.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content{
	height: 90%;
	/*max-height: 700px;*/
	background: #ffffe5;
}
.mfp-iframe-holder .mfp-content {
	width: 90%;
}
@media only screen and ( max-width: 749px ) {
	.mfp-iframe-holder .mfp-content,
	.mfp-inline-holder .mfp-content {
		height: 90%;
    
	}
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  cursor: pointer;
}