.popup48-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999999;
}
.pu48-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pu48-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #1A1A1A;
	padding: 0px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pu48-cross {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #1a1a1a;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.pu48-cross span {
	position: absolute;
	height: 2px;
	width: 20px;
	background-color: #ffffff;
	top: 24px;
	left: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pu48-cross span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pu48-container iframe {
	display: block;
}

.pu48-wrapper {
	background-color: #ffffff;
	padding: 0;
}

.pu48-container > :first-child {
	margin-top: 0;
}

.pu48-container > :last-child {
	margin-bottom: 0;
}

.pu48-wrapper img {
	display: block;
}