@media only screen and (max-width: 499px) {
  .sidebar {
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}