/* CSS Document */

@media only screen and (min-width: 768px) {
  
  .wrapper > .aside {
    position: fixed;
    z-index: 501;
    margin-top: 0px;
  }
  .wrapper > section {
    margin-left: 250px;
    padding-top: 10px;
  }
  
}