@media screen and (max-width: 930px) {
  #news-feed {
    display: none;
  }
}
@media screen and (max-width: 610px) {
  #booking-form {
    display: none;
  }
}
