@media only screen and (max-width: 768px) {
	
}


@media only screen and (min-width: 768px) {
	
}


@media only screen and (min-width: 1024px) {
	
}


@media only screen and (min-width: 1250px) {
	
}


@media only screen and (min-width: 1400px) {
	
}


#pu0  {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

#pu1 {
	border-radius: 5px;
	display: none;
	left: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
	top: 50%;
	z-index: 205;
}

#pu2 {
	background: url(images/close.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	right: -2px;
	top: -24px;
	z-index: 10;
}

#pu3 {
	overflow-y: auto;
	overflow-x: hidden;
}

#pu3 iframe {
	width: 100%;
	height: 100%;
}