@media screen and (max-width: 1070px) {
  /* .panorama {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  } */

  /* .panorama img {
    width: 50%;
  } */
}

@media screen and (max-width: 500px) {

  .people>img,
  #menuToggle {
    display: none;
  }



}

