html {
  background-color: #CB000D;
  color: #4a4a4a;
  position: relative;
  /* width: 100vw;
  height: 100vh; */
  font-size: 18px;
}
.logo-invers{
  margin-left: min(75vw,1200px);
  margin-top: 25px;
}

.bg-white {
  background-color: white;
}

.square {
  padding-right: 1vw;
  top: 25vh;
  background-color: white;
  margin: auto;
  position: absolute;
  overflow: hidden;
  height: 600px;
}

.logo-red-black{
  object-position: 0 -22vh;
  height: max(85vh,600px);
}

.logo-white{
  position: absolute;
  height: max(85vh,600px);
}

.corp-info{
  display: flex;
  flex-flow: column;
  justify-content:space-between;
  padding-right: 10px;
  top: 25vh;
  left: 0;
  width: min(75vw,1200px);
  background-color: white;
  margin: auto;
  position: absolute;
  overflow: hidden;
  height: 600px;
  padding: 3rem 1rem 3rem 1rem;

}


.corp-info span{
  font-weight: 500;

}

.corp-info a span{
  font-weight: 700;
}

.corp-info a{
  color: #4a4a4a;
}

#gf-name{
  font-size: 20px;
  font-weight: 800;
}

.pleiades-thumbnail{
  max-height: 150px;
  margin: auto;
}

@media screen and (min-width:768px) {
  .corp-info{
    padding-left: min(20vw,400px);
  }
  #gf-name{
    font-size: 30px;
    font-weight: 800;
  }
  body {
    font-size: 20px;
  }
  .logo-red-black{
    height: max(95vh);
  }

  .logo-white{
    height: max(95vh);
  }
}
