.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: auto;
  overflow-x: hidden;
  width: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 1025px) {
    .snap-content {
      height: 100%;
      overflow: visible;
      position: relative; } }

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto; }

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  height: auto;
  overflow: auto;
  width: 265px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 1025px) {
    .snap-drawer {
      display: none; } }

.snap-drawer-left {
  left: 0;
  z-index: 1; }

.snap-drawer-right {
  right: 0;
  z-index: 1; }

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none; }

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%; }

/*# sourceMappingURL=snap.css.map */