
@media (max-width: 945px) {
  #right_navbar {
    /* display: none; */
    width: 30em;
    overflow-x: auto;
    white-space: nowrap;
  }
  .homepage_neighbour {

    position: absolute;
    z-index: 600;
  }
  .homepage_neighbour.left {
    left: 1%;
  }
  .homepage_neighbour.right {
    right: 0%;
  }
}

@media (min-width: 945px) {
  .homepage_neighbour {
    bottom: 60%;
    position: fixed;
    z-index: 600;
  }
  .homepage_neighbour.left {
    left: 1%;
  }
  .homepage_neighbour.right {
    right: 1%;
  }
}




body {
  padding-top: 20px;
}
