.video-lightbox:not(.active) {
	display: none;
}
.video-lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9999;
}
body:not(.amp) .video-lightbox .innards {
	padding-bottom: 37.5%;
}
.video-lightbox .innards {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 66.666%;
}
.video-lightbox .close {
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    background: #fff;
    padding: .25em .5em;
    border: 3px solid #75bc20;
    font-size: 1.5em;
    cursor: pointer;
	color: #ffffff;
	background: #75bc20
}
.video-lightbox iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}