h2 {
  font-size: 2em;
  flex-basis: 100%;
}

section.banner {
  height: 800px;
}

section#user-stories .thumbnails {
  height: 400px;
}

section#blogs-publications .thumbnails {
  /* flex-flow: column wrap; */
  /* height: 700px; */
  flex-flow: row wrap;
}

section#video .thumbnails {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

section#video iframe {
  margin: 2em 1em;
  display: block;
}

@media (max-width: 1080px) {
  section#video iframe {
	width: 100%;
  }

  section {
    height: unset !important;
  }

  section .thumbnails {
    height: unset !important;
    flex-flow: column;
  }

  section {
    padding: 2em;
  }

  section.banner {
    padding: 1em 0 2em 0;
  }
}
