.modal-gallery-viewer {
  flex: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.modal-gallery-viewer__desktop-header {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding-left: calc(var(--hs-spacing-large) * 2);
  border-bottom: var(--hs-border-light);
}

.modal-gallery-viewer__content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modal-gallery-viewer__navigation-button {
  position: absolute;
  background-color: var(--hs-color-modal_gallery-navigation_button_bg);
  color: var(--hs-color-modal_gallery-navigation_button_fg);
  padding-left: 10px;
  padding-right: 10px;
}

.modal-gallery-viewer__back-button {
  left: 0;
}

.modal-gallery-viewer__next-button {
  right: 0;
}

.modal-gallery-viewer__item-wrapper {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  flex: 1;
}

.modal-gallery-viewer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  max-height: 100%;
  max-width: 100%;
  flex: 1;
}

.modal-gallery-viewer__item > iframe {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.modal-gallery-viewer__item > * {
  max-height: 100%;
  max-width: 100%;
}
