

img {
  display: block;
  width: 100%;
}
.ceres-text {
  font-family: 'Cabin', san-serif;
  font-size: 34px;
  line-height: 39px;
  color: #ffffff;
  width: 90%;
  float:right;
  padding-left: 35%;
  padding-top: 7%;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);

}

label {
  display: inline-block;
  margin-right: 1em;
  padding: 0em 0;
  cursor: pointer;
}

.ceres-container, .ceres-container-small {
  position: relative;
  max-width: 1200px;
  padding: 2em 0;
  margin: 0 auto;
  overflow: hidden;
}


.scene {
  padding: 0 0 3em 0;
  margin: 0;
  overflow: hidden;
  background: url("images/star-bg.jpg") center bottom;
}
.scene2 {
  padding: 0;
  height: 300px;
  margin: 0;
  overflow: hidden;
  background: url("images/star-bg.jpg") center top;
}

@media screen and (max-width: 700px) {
  body {
    background: #ccc;
  }
  .earth-desktop, .moon-desktop,.ceres-desktop {
    display: none;
  }
  .scene {
    padding-bottom: 4em;
  }

  .ceres-text {
  font-size: 22px;
  line-height: 25px;
  width: 80%;
  float:right;
  padding-left: 10%;
  padding-top: 17%;

}

}

@media screen and (min-width: 700px) {
  .earth-mobile, .moon-mobile,.ceres-mobile {
    display: none;
  }
}



