#about h1 {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'alga';
}

@media (min-width: 992px) {
  #about h1 {
    font-size: 70px;
  }
}

#about h2 {
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  line-height: normal;
  font-family: 'alga';
}

@media (min-width: 992px) {
  #about h2 {
    font-size: 30px;
  }
}

#about .container-quotes {
  position: fixed;
  top: 0;
  height: 75vh;
  z-index: -1;
  max-width: 90vw;
}

@media (min-width: 992px) {
  #about .container-quotes {
    /*top: 0;*/
    /*height: 75vh;*/
    max-width: 768px;
  }
}

#about .container-style {
  margin-top: 60vh;
  background: rgba(0,0,0);
}

@media (min-width: 992px) {
  #about .container-style {
    margin-top: 55vh;
  }
}

