main {
  margin: 0;
  position: relative;
}
main section {
  height: 100vh;
}

/* MOBILE */
/* ------ */
#logo, #label {
  position: absolute;
  z-index: 5;
  display: flex;
}
#logo img, #label img {
  max-height: 100%;
  max-width: 100%;
}

#logo {
  top: 1vh;
  height: 5vh;
  justify-content: space-around;
}

#famous {
  height: 87vh;
  margin: 9vh 0 4vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#famous p {
  text-align: justify;
}

#label {
  bottom: 0;
  height: 5vh;
}
#label a {
  text-align: end;
}

#articlesOverview {
  height: unset;
  position: fixed;
  top: 0;
  left: auto;
  z-index: -100;
  color: transparent;
}

/* DESKTOP */
/* ------- */
@media all and (min-width: 768px) {
  html {
    font-size: 87% !important;
  }

  #logo {
    align-items: center;
  }

  #label {
    align-items: end;
  }

  #logo, #label {
    position: unset;
    height: 100vh;
  }

  #famous {
    height: 100vh;
    padding: 2vh 0;
    margin: unset;
  }
}
@media all and (max-width: 768px) {
  blockquote {
    padding: 1rem !important;
  }

  blockquote p, blockquote h5 {
    font-size: 1rem !important;
  }
}

/*# sourceMappingURL=press.css.map */
