html {
  font-size: 1.6vw !important;
}

body {
  overflow: hidden;
}
body header > .wp-block-group {
  height: 8rem;
}
body .iframeContainer iframe {
  width: 100%;
  height: calc(100vh - 8rem - 8rem);
  border: none;
  margin: 0;
  padding: 0;
}
body footer .logos_container {
  display: none;
}
body footer > *:last-child {
  height: 8rem;
}

.kioskSlideshowContainer {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.kioskSlideshowContainer.show {
  opacity: 1;
  pointer-events: all;
}
.kioskSlideshowContainer:not(.show) .wp-block-gc-blocks-gc-block-slideshow .slideshow-slide {
  pointer-events: none;
}/*# sourceMappingURL=kiosk-container.css.map */