.fwa-lightbox:not(.active) { display: none; }
.fwa-lightbox-wrapper,
.fwa-lightbox-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fwa-lightbox-bg {
  z-index: 99;
  background: #000000;
}
.fwa-lightbox-wrapper {
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.fwa-lightbox-wrapper a { 
    position: relative; 
    width: 50%;
    max-width: 566px;
}

.fwa-lightbox-wrapper .close-it {
  position: absolute;
  top: -32px;
  right: 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0em;
  background: url(/wp-content/themes/fww-theme-twentytwenty-child/images/x-out.svg?) no-repeat;
  background-size: 18px;
  padding-right: 27px;
  background-position: center right;
  cursor: pointer;
}

@media (min-width: 1000px){

    .fwa-lightbox-wrapper,
    .fwa-lightbox-bg { display: flex; z-index: 1000; }

}