/* ============================
   FULLSCREEN PRESENTATION
============================ */

.ggm-presentation-full {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.ggm-presentation-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
