@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
}

body {
  background-color: transparent;
}

.lunaresponsive {
  height: 420px;
}

@media only screen and (min-width: 600px) and (max-width:959px) {
  .lunaresponsive {
    height: 380px;
  }
}

@media only screen and (max-width:599px) {
  .lunaresponsive {
    height: 340px;
  }
}
