.lightbox {
    /* Default to hidden */
    display: none;
  
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    /* A bit of padding around image */
    padding: 1em;
  
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
  }
  
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
    display: block;
  }
  
  .lightbox div {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;
  
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .lightbox-title {
    text-align: center;
    display: inline;
    float: left;
    z-index: 100;
    position: absolute;
    bottom: 10;
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    color: #c9c9c9;
    text-shadow: rgba(255,255,255,0.2) 2px 1px;
    background-color: #090909;
  }
  /*modal image links*/
  #madison-oak-7502 div {
    background-image: url('../imgs/madison-oak-7502-timless-cascade-collection-laminate.jpg');
  }
  #windsor-oak-5206 div {
    background-image: url('../imgs/windsor-oak-5206-timeless-cascade-collection-laminate.jpg');
  }
  #royal-grey-9012 div {
    background-image: url('../imgs/royal-grey-9012-timless-cascade-collection-laminate.jpg');
  }
  #maestro-greige-9013 div {
    background-image: url('../imgs/maestro-greige-9013-timless-cascade-collection-laminate.jpg');
  }