/* LESS Document */
html,
body {
  height: 100%;
}
section {
  width: 100%;
}
@media (max-width: 767px) {
  section {
    height: auto;
    overflow: visible;
    padding: 50px 0px;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  section {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 70px 0px;
  }
}
/*# sourceMappingURL=panelsnap.css.map */