.presentation-logotype {
  height: 100vh; }
  .presentation-logotype > *:nth-child(2) {
    height: 100%; }
  .presentation-logotype .content-logotype {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    position: relative;
    filter: invert(1); }
    .presentation-logotype .content-logotype h3 {
      font-size: 3em; }
    .presentation-logotype .content-logotype img, .presentation-logotype .content-logotype svg {
      max-height: 30vh;
      width: auto; }
    .presentation-logotype .content-logotype .max-size {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .presentation-logotype .checked-video {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .presentation-logotype .checked-video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }

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