#page {
  background-image:url(QMG-OceanSpaHotel.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height:8188px;
  margin:0;
  padding:0;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #page {
    background-image:url(QMG-OceanSpaHotelMobile.jpg);
    min-height: 5450px;
  }
}
