.modal-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  box-sizing: border-box;
  background-color: var(--hs-color-modal_gallery-bg);
  color: var(--hs-color-modal_gallery-fg);
  z-index: 200;
}

.modal-gallery__center-content {
  flex: auto;
  width: 100%;
}
