@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 991px) {
  body.vegas-container,
  body {
    overflow: hidden;
  }

  body.show-content {
    overflow: scroll;
  }

  .page-info {
    padding-top: 40px;
    position: fixed;
  }

  .col-transform {
    transition: all 0.6s ease-in-out;
  }

  .page-content {
    position: absolute;
    visibility: hidden;
    right: -50%;
    transition: all 0.6s ease-in-out;
  }

  .show-content .page-content {
    overflow: scroll;
    position: absolute;
    right: 0;
    visibility: visible;
  }

  .page-amplitude-wrapper {
    position: fixed;
  }
}
