.lightbox{
		display: none;
		top: 0;
		left: 0;
		position: fixed;
		height: 100%;
		width: 100vw;
		background-color: rgba(0,0,0,.45);
		z-index: 22;
	}
	.popup-block{position: relative;}
	.popup-block > .wp-block-cover{
		padding-bottom: 60px;
	}

	.lightbox-inner {
		top: 50%;
		background-color: #FFF;
		width: 90%;
		max-width: 950px;
		margin: 0 auto;
		padding: 20px;
		z-index: 23;
		max-height: 85%;
		overflow-y: auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.lightbox-close {
		bottom: 20px;
		position: absolute;
		color: #FFF;
		z-index: 23;
		width: 100%;
		text-align: center;
		left: 0;
		cursor: pointer;
	}
	.popup-button {
		width: 100%;
		bottom: 10px;
		z-index: 12;
		position: absolute;
		justify-content: center;
	}
	@media all and (max-width: 1000px){
		.lightbox-inner {
			max-width: 95%;
		}
	}