/* this CSS applies to each 360 pano view */

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

body {
  /* background-image:url('https://s-media-cache-ak0.pinimg.com/originals/f5/e7/73/f5e773f77a32bac74c9e98d4c3512ba5.jpg'); */
  background-size: cover;
  background-color: black;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom:0px;
  width: 100%; /* 700px; */
  height: 100% /* 400px; */
}

