@media (orientation: landscape) {
  body {
    overflow-x: scroll;
    overflow-y: hidden;
    font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
    background-color: #f0eeee;
    min-height: 100%;
  }
  a {
    text-decoration: none;
  }
  .logo-container {
    height: 6.5vh;
  }
  .logo-container .logo {
    height: 6.5vh;
    bottom: 0;
    margin: 0;
  }
  header {
    position: absolute;
    width: 15vh;
    top: 6vh;
  }
  header ul {
    list-style-type: none;
    font-size: 1.6vh;
    padding: 2vh;
    line-height: 3.5vh;
    margin-top: 0;
    margin-left: 0;
  }
  header ul a {
    color: #707070;
  }
  header ul a:hover {
    color: #4909ec;
  }
  .ode-flower {
    position: absolute;
    height: 63vh;
    width: auto;
    left: 16vw;
    top: 38vh;
  }
  .ode-flower .imgode01 {
    position: absolute;
    height: 55vh;
    width: auto;
    max-width: 20vw;
    max-height: 50vw;
    bottom: 0;
  }
  .ode-images {
    position: absolute;
    height: 85vh;
    width: 978vh;
    top: 6.5vh;
    bottom: 7.5vh;
    left: 45vw;
  }
  .ode-images .imgode02 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 0;
  }
  .ode-images .imgode03 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 77.2vh;
  }
  .ode-images .imgode04 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 194.3vh;
  }
  .ode-images .imgode05 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 271.5vh;
  }
  .ode-images .imgode06 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 388.6vh;
  }
  .ode-images .imgode07 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 508.6vh;
  }
  .ode-images .imgode08 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 625.7vh;
  }
  .ode-images .imgode09 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 742.8vh;
  }
  .ode-images .imgode010 {
    position: absolute;
    height: 85vh;
    width: auto;
    left: 859.9vh;
  }
  .copyright {
    color: #939393;
    opacity: 50%;
    width: 13.9vh;
    position: fixed;
    bottom: 0vh;
    right: 0.5vh;
  }
  .copyright .copy {
    text-align: center;
    font-size: 1.2vh;
    line-height: 0;
  }
  .copyright .right {
    text-align: center;
    font-size: 1vh;
    line-height: 0;
  }
}

@media (orientation: portrait) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
    background-color: #f0eeee;
    min-height: 100%;
  }
  a {
    text-decoration: none;
  }
  .logo-container {
    height: 6.5vh;
  }
  .logo-container .logo {
    height: 6.5vh;
    bottom: 0;
    margin: 0;
  }
  header {
    position: absolute;
    width: 15vh;
    top: 6vh;
  }
  header ul {
    list-style-type: none;
    font-size: 1.6vh;
    padding: 2vh;
    line-height: 3.5vh;
    margin-top: 0;
    margin-left: 0;
  }
  header ul a {
    color: #707070;
  }
  header ul a:hover {
    color: #4909ec;
  }
  .ode-flower {
    position: absolute;
    height: 63vw;
    width: auto;
    left: 33vw;
    top: 10vh;
  }
  .ode-flower .imgode01 {
    position: absolute;
    height: auto;
    width: 35vw;
  }
  .ode-images {
    position: absolute;
    height: 710vw;
    width: 65vw;
    top: 95vw;
    left: 9vw;
  }
  .ode-images .imgode02 {
    position: absolute;
    width: 65vw;
    left: 8vw;
  }
  .ode-images .imgode03 {
    position: absolute;
    width: 81.25vw;
    top: 92vw;
  }
  .ode-images .imgode04 {
    position: absolute;
    width: 65vw;
    top: 167vw;
    left: 8vw;
  }
  .ode-images .imgode05 {
    position: absolute;
    width: 81.25vw;
    top: 259vw;
  }
  .ode-images .imgode06 {
    position: absolute;
    width: 81.25vw;
    top: 334vw;
  }
  .ode-images .imgode07 {
    position: absolute;
    width: 81.25vw;
    top: 407.8vw;
  }
  .ode-images .imgode08 {
    position: absolute;
    width: 81.25vw;
    top: 483vw;
  }
  .ode-images .imgode09 {
    position: absolute;
    width: 81.25vw;
    top: 560vw;
  }
  .ode-images .imgode010 {
    position: absolute;
    width: 81.25vw;
    top: 635vw;
  }
  .copyright {
    color: #939393;
    opacity: 50%;
    width: 13.9vh;
    position: absolute;
    top: 797vw;
    right: 0.5vw;
  }
  .copyright .copy {
    text-align: center;
    font-size: 1.2vh;
    line-height: 0;
  }
  .copyright .right {
    text-align: center;
    font-size: 1vh;
    line-height: 0;
  }
}
/*# sourceMappingURL=ode.css.map */