/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
@media only screen and (min-width: 62em) {
  .sn_content_aside__sidebar {
    position: fixed;
    right: 0;
    bottom: 1rem;
    left: 0;
    z-index: 1020;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_content_aside__sidebar__in {
    padding: 0 !important;
  }
}