#jquery-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#jquery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 12px;
  box-sizing: border-box;
}
#lightbox-container-image-box {
  width: auto !important;
  height: auto !important;
  max-width: min(94vw, 920px);
  max-height: calc(100vh - 88px);
  box-sizing: border-box;
}
#lightbox-container-image {
  padding: 8px;
}
#lightbox-image {
  max-width: min(90vw, 880px) !important;
  max-height: calc(100vh - 140px) !important;
  width: auto !important;
  height: auto !important;
}
#lightbox-container-image-data-box {
  width: auto !important;
  max-width: min(94vw, 920px);
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 6px 8px 8px !important;
  overflow: visible !important;
  background: #fff;
}
#lightbox-container-image-data {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}
#lightbox-image-details {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left !important;
}
#lightbox-image-details-caption {
  display: block;
  text-align: left;
}
#lightbox-image-details-currentNumber {
  display: none !important;
}
#lightbox-secNav {
  float: none !important;
  flex: 0 0 auto;
  margin-left: auto;
}
#lightbox-secNav-btnClose {
  float: none !important;
  width: auto !important;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: #222;
  font-size: 28px;
  line-height: 1;
  text-decoration: none !important;
}
#lightbox-secNav-btnClose img {
  display: none !important;
}
#lightbox-secNav-btnClose::after {
  content: "✕";
}
#lightbox-nav,
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  height: 100%;
}
iframe[src*="count.php"],
iframe[src*="count/count"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  position: absolute !important;
  visibility: hidden !important;
}
