@media (max-width: 600px) {
  .sidebar {
    width: 80%;
  }

  .banner-image {
    max-height: 120px;
  }
}