body {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center; }

html,
body {
  height: 100%;
  max-height: 100%; }

.genially-embed {
  max-height: 100vh;
  height: 100% !important; }

@media only screen and (orientation: landscape) {
  body.is-ios {
    min-height: 101vh; } }
