.mfp-iframe-holder .mfp-content {
    max-width: 1715px;
	max-height: 700px;
	position: relative;
	
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -0px;
}
.mfp-container .mfp-iframe-scaler iframe {
    background: #ffffff;
}
.mfp-iframe-holder .mfp-close {
	    font-size: 40px;
	font-weight: lighter;
    top: -50px;
}

.mfp-close::before{
	content: "";
	position: absolute;
	top: 1px;
	right: -2px;
   width: 40px;
	height: 40px;
	background: #2aaedd;
	border-radius: 50px;
	z-index: -1;
}