* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  overflow: hidden;
}
#intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 30%);
  z-index: 999;
  display: table;
}
#intro-overlay > div {
  display: table-cell;
  vertical-align: middle;
}
#intro-row {
  background: #6EBDEB;
}
#intro-wp {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
}
#intro-wp > div {
  background: #6EBDEB url(/images/intro.jpg) no-repeat center;
  padding-top: 44.56%;
  width: 100%;
  background-size: contain;
}
/*# sourceMappingURL=coming-soon.css.map */