html, body {
  background-color: black;
}

@media only screen and (min-width: 900px) {
  #garamono-01 {
    height: 100%;
    width: auto;
  }
  #garamono-01 img {
    width: auto;
  }
}

@media only screen and (min-width: 1610px) {
  #garamono-01 {
    height: fit-content;
    width: 100dvw;
  }
  #garamono-01 img {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  #garamono-02 {
    height: fit-content;
    width: 100dvw;
  }
  #garamono-02 img {
    width: 100%;
  }
}
