.popup_banner_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, .75);
	z-index: 90;
	display: none;
}

.popup_banner_overlay .popup {
	height: 100%;
	max-width: 95%;
	margin: 0 auto;
}

.popup_banner_overlay .table {
	display: table;
	width: auto;
	height: 90vh;
	max-width: 90vw;
	max-height: 90vh;
	margin: 0 auto;
}

.popup_banner_overlay .cell {
	display: table-cell;
	vertical-align: middle;
}

.popup_banner_overlay .cell > div {
	max-height: 98%;
	position: relative;
}

.popup_banner_overlay a,
.popup_banner_overlay img {
	display: block;
	width: auto;
	height: auto;
	max-width: 90vw;
	max-height: 90vh;
	margin: 0 auto;
}

.popup_banner_overlay .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-color: red;
}

.popup_banner_overlay .close:after {
	display: block;
	content: 'x';
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
}
