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

.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content{
	height: 80%;
	max-height: 900px;
}
.mfp-iframe-holder .mfp-content {
	width: 90%;
  max-width: 680px;
}
@media only screen and ( max-width: 749px ) {
	.mfp-iframe-holder .mfp-content,
	.mfp-inline-holder .mfp-content {
		height: 70%;
    max-height: 600px;
    
	}
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  cursor: pointer;
}