/*
 Theme Name:   Twenty Twenty-Two Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-Two WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#lightbox {
  position:fixed; /* keeps the lightbox window in the current viewport */
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:url(https://assets.codepen.io/210284/overlay.png) repeat; 
  text-align:center;
      z-index: 9999999;
}
#lightbox p {
  text-align:right; 
  color:#fff; 
  margin-right:20px; 
  font-size:12px; 
}
#lightbox img {
  box-shadow:0 0 25px #111;
  width: 28%;
}