.Magic360,
.Magic360-container {
  border: none;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*
  Uses flex to vertically align, not supported by older browsers
  but will still remain horiztontally aligned
*/
.parent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  margin: auto;
  text-align: center;
}

