.reveal .removeFormatting {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0;
}
.reveal .absolute-center {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  align-content: center;
  flex-direction: column;
}
.reveal .two-column {
  display: flex;
  justify-content: center;
}
.reveal .two-column > * {
  flex: 1 1;
}
.reveal .two-column.medium > * {
  max-width: 500px;
}
.reveal ul .no-style {
  list-style: none;
  margin-left: -36px;
}
.reveal ul .twitter:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-image: url("../assets/images/twitter.png");
  margin-right: 4px;
}
.reveal ul .github:before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-image: url("../assets/images/GitHub-Mark/PNG/GitHub-Mark-32px.png");
  margin-right: 4px;
}
.reveal .slides > section.full {
  height: 100%;
  width: 100%;
}
.reveal .slides > section .background-image-container {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
}
.reveal .slides > section .background-image-container img {
  border: none;
  margin: 0;
}
.reveal .slides > section img.strip {
  background: none;
  border: none;
  box-shadow: none;
}
.reveal .slides > section img.full {
  max-width: 100%;
  max-height: 100%;
}
.reveal .slides > section img.medium {
  min-height: 20vh;
}
.reveal .slides > section img.gh-mark {
  height: 49px;
  margin: 0 10px 0 0;
}
.reveal .slides > section .mosaic {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.reveal .slides > section .mosaic > * {
  margin: 10px;
}
