#flyer_popup {
	max-width: 800px;
}
#flyer_popup_html {
	width: 1px;
	min-width: 100%;
	height: auto;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.popup_close {
	border: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url('/skins/theme1/media/images/ico_closepopup.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	top:20px;
	right:-5px;
}
.popup_close span {
	display: none;
}

@media screen and (max-width: 767px) {
	#flyer_popup, #flyer_popup_html {
		max-height: 450px;
		max-width: 90%;
	}
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.popup_content {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background: white;
	}
}

/* Desktop */
@media only screen and (min-width: 769px) {
	.popup_content {
		margin: 0;
		padding: 0;
		width: 70%;
		max-width: 1250px;
		height: 70%;
		max-height: 680px;
		background: white;
	}
}

/*@media only screen and (min-width: 1020px) {
	.popup_content {
		width: 1000px;
		height: 520px;
	}
}

@media only screen and (min-width: 1250px) {
	.popup_content {
		width: 1250px;
		height: 655px;
	}
}*/
