/* Lightbox overrides */
#lightbox2-overlay {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
}
#outerImageContainer {
  max-width: 100%;
  height: auto !important;
  min-height: 70px !important;
}
#lightbox #imageDataContainer {
  max-width: 100%;
}

#lightbox img {
  max-width: 100% !important;
  height: auto !important;
}
