@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu.w--open {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 8px 24px 16px;
    background: #f8f9f5;
    text-align: right;
  }
}

.site-lightbox-open {
  overflow: hidden;
}

.site-lightbox[hidden] {
  display: none;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.site-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}

.site-lightbox__figure {
  position: relative;
  z-index: 1;
  max-width: min(1200px, 100%);
  max-height: 100%;
  margin: 0;
}

.site-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 110px);
  width: auto;
  height: auto;
  border-radius: 2px;
}

.site-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.site-lightbox__caption {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
