/* line 1, /usr/src/app/app/assets/stylesheets/orbit.scss */
.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

/* line 29, /usr/src/app/app/assets/stylesheets/orbit.scss */
#orbiter {
  max-height: 100%;
  max-width: 100%;
  height: auto; }
  /* line 33, /usr/src/app/app/assets/stylesheets/orbit.scss */
  #orbiter:hover {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  /* line 38, /usr/src/app/app/assets/stylesheets/orbit.scss */
  #orbiter.grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing; }

/* line 44, /usr/src/app/app/assets/stylesheets/orbit.scss */
img.reel {
  max-width: 100%;
  height: auto; }

/* line 49, /usr/src/app/app/assets/stylesheets/orbit.scss */
body {
  margin: 0; }
