#lightbox {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 100%;
  background-image: url('../../images/layout/lightbox/dark.png');
  
}

#lightbox #close {
  margin: 15px;
  padding: 0;
  width: 44px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url('../../images/layout/lightbox/close.png');
  
}

#lightbox #close:hover {
  background-position: bottom;

}

#lightbox-content-video {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 100%;
  left: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;

}

#lightbox-content-photo {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 100%;
  left: 100%;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  
}

#lightbox h1 {
  margin: 0;
  padding: 0 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  overflow: hidden;
  color: #fff;
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;

}

#play {
  margin: auto; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  display: block; 
  width: 100%; 
  height: 100%;
  
}

#play span {
  margin: -70px 0 0 -70px;
  position: absolute;
  top: 50%; 
  left: 50%; 
  width: 140px; 
  height: 140px; 
  background-position: top left; 
  background-image: url('../../images/layout/lightbox/loading.png');
  
}
