@media (orientation: landscape) {
  body {
    overflow: hidden;
    font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
    background-color: #f0eeee;
    background-image: url(../Images/About/AboutBackground.jpg);
    background-size: cover;
    background-position: center;
    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;
  }
  .about-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about-info .about {
    width: 40vw;
    max-height: 45vh;
    max-width: 100vw;
    min-width: 200px;
    aspect-ratio: 17.5/9.417;
  }
}

@media (orientation: portrait) {
  body {
    overflow: hidden;
    font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
    background-color: #f0eeee;
    background-image: url(../Images/About/AboutBackground.jpg);
    background-size: 250%;
    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;
  }
  .about-info {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about-info .about {
    max-height: 45vh;
    width: 100vw;
    max-width: 100vw;
    min-width: 200px;
  }
}
/*# sourceMappingURL=about.css.map */