/* Sidebar */
#aside {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}


#aside #sidebar #fix {
  width: 250px;
  position: fixed;
}

@media screen and (max-width: 1040px) {
  #aside #sidebar #fix {
    width: 220px;
  }
}

@media screen and (max-width: 992px) {
  #aside #sidebar #fix {
    width: auto;
    position: relative;
  }
}
